Html Css Color HEX #30DEEF Turquoise

📋 copy color: '#30DEEF'

red 48 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #30DEEF

Tints of Turquoise #30DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 9.43%
G = 43.61%
B = 46.95%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30DEEF (or 0x30DEEF) is known color: Turquoise. HEX triplet: 30, DE and EF. RGB value is (48,222,239). Sum of RGB (Red+Green+Blue) = 48+222+239=509 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.43% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #30DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DEEF is #CF2110. Grayscale: #ABABAB. Windows color (decimal): -13574417 or 15719984. OLE color: 15719984.

HSL color Cylindrical-coordinate representation of color #30DEEF: hue angle of 185.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DEEF is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 222 239 -
CMYK 0.80 0.07 0 0.06
HSL 185.34º 0.86% 0.56% -
HSV(B) 185.34º 0.8% 0.94% -
XYZ 42.92 59.1 90.81 -
YUV 171.91 165.85 39.62 -
System Red Green Blue C M Y K H S L
Decimal 48 222 239 0.80 0.07 0 0.06 185.34 0.86 0.56
Hex 30 DE EF 50 7 0 6 B9 56 38
Octal 60 336 357 120 7 0 6 271 126 70
Binary 110000 11011110 11101111 1010000 111 0 110 10111001 1010110 111000

Color Harmonies of #30DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DEEF

Black with #30DEEF

Text Example


Text Example

White with #30DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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