Html Css Color HEX #33DECB Turquoise

📋 copy color: '#33DECB'

red 51 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #33DECB

Tints of Turquoise #33DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 10.71%
G = 46.64%
B = 42.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#33DECB (or 0x33DECB) is known color: Turquoise. HEX triplet: 33, DE and CB. RGB value is (51,222,203). Sum of RGB (Red+Green+Blue) = 51+222+203=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #33DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DECB is #CC2134. Grayscale: #A8A8A8. Windows color (decimal): -13377845 or 13360691. OLE color: 13360691.

HSL color Cylindrical-coordinate representation of color #33DECB: hue angle of 173.33º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DECB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 222 203 -
CMYK 0.77 0 0.09 0.13
HSL 173.33º 0.72% 0.54% -
HSV(B) 173.33º 0.77% 0.87% -
XYZ 38.27 57.26 65.54 -
YUV 168.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 51 222 203 0.77 0 0.09 0.13 173.33 0.72 0.54
Hex 33 DE CB 4D 0 9 D AD 48 36
Octal 63 336 313 115 0 11 15 255 110 66
Binary 110011 11011110 11001011 1001101 0 1001 1101 10101101 1001000 110110

Color Harmonies of #33DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DECB

Black with #33DECB

Text Example


Text Example

White with #33DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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