Html Css Color HEX #30F8DD Turquoise

📋 copy color: '#30F8DD'

red 48 ◦ green 248 ◦ blue 221

#30F8DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #30F8DD

Tints of Turquoise #30F8DD

RGB

 RED value IS 48 (19.14% from 255) = 9.28%

 GREEN value IS 248 (97.27% from 255) = 47.97%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 9.28%
G = 47.97%
B = 42.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30F8DD (or 0x30F8DD) is known color: Turquoise. HEX triplet: 30, F8 and DD. RGB value is (48,248,221). Sum of RGB (Red+Green+Blue) = 48+248+221=517 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.28% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #30F8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F8DD is #CF0722. Grayscale: #B9B9B9. Windows color (decimal): -13567779 or 14546992. OLE color: 14546992.

HSL color Cylindrical-coordinate representation of color #30F8DD: hue angle of 171.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F8DD is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 248 221 -
CMYK 0.81 0 0.11 0.03
HSL 171.9º 0.93% 0.58% -
HSV(B) 171.9º 0.81% 0.97% -
XYZ 47.84 72.98 79.97 -
YUV 185.12 148.24 30.2 -
System Red Green Blue C M Y K H S L
Decimal 48 248 221 0.81 0 0.11 0.03 171.9 0.93 0.58
Hex 30 F8 DD 51 0 B 3 AC 5D 3A
Octal 60 370 335 121 0 13 3 254 135 72
Binary 110000 11111000 11011101 1010001 0 1011 11 10101100 1011101 111010

Color Harmonies of #30F8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F8DD

Black with #30F8DD

Text Example


Text Example

White with #30F8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F8DD; }

 p { color: rgb(48,248,221); }

 H1.HeaderClassName
 {
   color: #30F8DD;
 }
 .AnyTagClassName
 {
   color: #30F8DD;
 }
</style>

background-color css

<style>
 a { background-color: #30F8DD; }

 a { background-color: rgb(48,248,221); }

 div.DivClassName
 {
   background-color: #30F8DD;
 }
 .BgClassName
 {
   background-color: #30F8DD;
 }
</style>

border-color css

<style>
 span { border-color: #30F8DD; }

 span { border-color: rgb(48,248,221); }

 td.TdClassName
 {
   border-color: #30F8DD;
 }
 .TagClassName
 {
   border-color: #30F8DD;
 }
</style>