Html Css Color HEX #30DEF2 Turquoise

📋 copy color: '#30DEF2'

red 48 ◦ green 222 ◦ blue 242

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

Shades of Turquoise #30DEF2

Tints of Turquoise #30DEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 9.38%
G = 43.36%
B = 47.27%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#30DEF2 (or 0x30DEF2) is known color: Turquoise. HEX triplet: 30, DE and F2. RGB value is (48,222,242). Sum of RGB (Red+Green+Blue) = 48+222+242=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #30DEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DEF2 is #CF210D. Grayscale: #ACACAC. Windows color (decimal): -13574414 or 15916592. OLE color: 15916592.

HSL color Cylindrical-coordinate representation of color #30DEF2: hue angle of 186.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DEF2 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 222 242 -
CMYK 0.80 0.08 0 0.05
HSL 186.19º 0.88% 0.57% -
HSV(B) 186.19º 0.8% 0.95% -
XYZ 43.37 59.28 93.16 -
YUV 172.25 167.35 39.37 -
System Red Green Blue C M Y K H S L
Decimal 48 222 242 0.80 0.08 0 0.05 186.19 0.88 0.57
Hex 30 DE F2 50 8 0 5 BA 58 39
Octal 60 336 362 120 10 0 5 272 130 71
Binary 110000 11011110 11110010 1010000 1000 0 101 10111010 1011000 111001

Color Harmonies of #30DEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DEF2

Black with #30DEF2

Text Example


Text Example

White with #30DEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,222,242); }

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

background-color css

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

 a { background-color: rgb(48,222,242); }

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

border-color css

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

 span { border-color: rgb(48,222,242); }

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