Html Css Color HEX #33D4D6 Turquoise

📋 copy color: '#33D4D6'

red 51 ◦ green 212 ◦ blue 214

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

Shades of Turquoise #33D4D6

Tints of Turquoise #33D4D6

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.44%

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 10.69%
G = 44.44%
B = 44.86%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#33D4D6 (or 0x33D4D6) is known color: Turquoise. HEX triplet: 33, D4 and D6. RGB value is (51,212,214). Sum of RGB (Red+Green+Blue) = 51+212+214=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #33D4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D4D6 is #CC2B29. Grayscale: #A3A3A3. Windows color (decimal): -13380394 or 14079027. OLE color: 14079027.

HSL color Cylindrical-coordinate representation of color #33D4D6: hue angle of 180.74º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D4D6 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 212 214 -
CMYK 0.76 0.01 0 0.16
HSL 180.74º 0.67% 0.52% -
HSV(B) 180.74º 0.76% 0.84% -
XYZ 37.05 52.65 71.83 -
YUV 164.09 156.16 47.34 -
System Red Green Blue C M Y K H S L
Decimal 51 212 214 0.76 0.01 0 0.16 180.74 0.67 0.52
Hex 33 D4 D6 4C 1 0 10 B5 43 34
Octal 63 324 326 114 1 0 20 265 103 64
Binary 110011 11010100 11010110 1001100 1 0 10000 10110101 1000011 110100

Color Harmonies of #33D4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D4D6

Black with #33D4D6

Text Example


Text Example

White with #33D4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,212,214); }

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

background-color css

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

 a { background-color: rgb(51,212,214); }

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

border-color css

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

 span { border-color: rgb(51,212,214); }

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