Html Css Color HEX #30DEEB Turquoise

📋 copy color: '#30DEEB'

red 48 ◦ green 222 ◦ blue 235

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

Shades of Turquoise #30DEEB

Tints of Turquoise #30DEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 9.5%
G = 43.96%
B = 46.53%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30DEEB (or 0x30DEEB) is known color: Turquoise. HEX triplet: 30, DE and EB. RGB value is (48,222,235). Sum of RGB (Red+Green+Blue) = 48+222+235=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #30DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DEEB is #CF2114. Grayscale: #ABABAB. Windows color (decimal): -13574421 or 15457840. OLE color: 15457840.

HSL color Cylindrical-coordinate representation of color #30DEEB: hue angle of 184.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DEEB is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 222 235 -
CMYK 0.80 0.06 0 0.08
HSL 184.17º 0.82% 0.55% -
HSV(B) 184.17º 0.8% 0.92% -
XYZ 42.34 58.87 87.73 -
YUV 171.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 48 222 235 0.80 0.06 0 0.08 184.17 0.82 0.55
Hex 30 DE EB 50 6 0 8 B8 52 37
Octal 60 336 353 120 6 0 10 270 122 67
Binary 110000 11011110 11101011 1010000 110 0 1000 10111000 1010010 110111

Color Harmonies of #30DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DEEB

Black with #30DEEB

Text Example


Text Example

White with #30DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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