Html Css Color HEX #33D4DF Turquoise

📋 copy color: '#33D4DF'

red 51 ◦ green 212 ◦ blue 223

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

Shades of Turquoise #33D4DF

Tints of Turquoise #33D4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 10.49%
G = 43.62%
B = 45.88%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33D4DF (or 0x33D4DF) is known color: Turquoise. HEX triplet: 33, D4 and DF. RGB value is (51,212,223). Sum of RGB (Red+Green+Blue) = 51+212+223=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #33D4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D4DF is #CC2B20. Grayscale: #A4A4A4. Windows color (decimal): -13380385 or 14668851. OLE color: 14668851.

HSL color Cylindrical-coordinate representation of color #33D4DF: hue angle of 183.84º degrees, saturation: 0.73, 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 #33D4DF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 212 223 -
CMYK 0.77 0.05 0 0.13
HSL 183.84º 0.73% 0.54% -
HSV(B) 183.84º 0.77% 0.87% -
XYZ 38.23 53.12 78.05 -
YUV 165.12 160.66 46.61 -
System Red Green Blue C M Y K H S L
Decimal 51 212 223 0.77 0.05 0 0.13 183.84 0.73 0.54
Hex 33 D4 DF 4D 5 0 D B8 49 36
Octal 63 324 337 115 5 0 15 270 111 66
Binary 110011 11010100 11011111 1001101 101 0 1101 10111000 1001001 110110

Color Harmonies of #33D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D4DF

Black with #33D4DF

Text Example


Text Example

White with #33D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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