Html Css Color HEX #33DEEA Turquoise

📋 copy color: '#33DEEA'

red 51 ◦ green 222 ◦ blue 234

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

Shades of Turquoise #33DEEA

Tints of Turquoise #33DEEA

RGB

 RED value IS 51 (20.31% from 255) = 10.06%

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 10.06%
G = 43.79%
B = 46.15%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#33DEEA (or 0x33DEEA) is known color: Turquoise. HEX triplet: 33, DE and EA. RGB value is (51,222,234). Sum of RGB (Red+Green+Blue) = 51+222+234=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #33DEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DEEA is #CC2115. Grayscale: #ACACAC. Windows color (decimal): -13377814 or 15392307. OLE color: 15392307.

HSL color Cylindrical-coordinate representation of color #33DEEA: hue angle of 183.93º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DEEA is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 222 234 -
CMYK 0.78 0.05 0 0.08
HSL 183.93º 0.81% 0.56% -
HSV(B) 183.93º 0.78% 0.92% -
XYZ 42.34 58.89 86.98 -
YUV 172.24 162.85 41.52 -
System Red Green Blue C M Y K H S L
Decimal 51 222 234 0.78 0.05 0 0.08 183.93 0.81 0.56
Hex 33 DE EA 4E 5 0 8 B8 51 38
Octal 63 336 352 116 5 0 10 270 121 70
Binary 110011 11011110 11101010 1001110 101 0 1000 10111000 1010001 111000

Color Harmonies of #33DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DEEA

Black with #33DEEA

Text Example


Text Example

White with #33DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33DEEA; }

 p { color: rgb(51,222,234); }

 H1.HeaderClassName
 {
   color: #33DEEA;
 }
 .AnyTagClassName
 {
   color: #33DEEA;
 }
</style>

background-color css

<style>
 a { background-color: #33DEEA; }

 a { background-color: rgb(51,222,234); }

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

border-color css

<style>
 span { border-color: #33DEEA; }

 span { border-color: rgb(51,222,234); }

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