Html Css Color HEX #33D7D1 Turquoise

📋 copy color: '#33D7D1'

red 51 ◦ green 215 ◦ blue 209

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

Shades of Turquoise #33D7D1

Tints of Turquoise #33D7D1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

 BLUE value IS 209 (82.03% from 255) = 44%

R = 10.74%
G = 45.26%
B = 44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#33D7D1 (or 0x33D7D1) is known color: Turquoise. HEX triplet: 33, D7 and D1. RGB value is (51,215,209). Sum of RGB (Red+Green+Blue) = 51+215+209=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #33D7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D7D1 is #CC282E. Grayscale: #A5A5A5. Windows color (decimal): -13379631 or 13752115. OLE color: 13752115.

HSL color Cylindrical-coordinate representation of color #33D7D1: hue angle of 177.8º 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 #33D7D1 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 215 209 -
CMYK 0.76 0 0.03 0.16
HSL 177.8º 0.67% 0.52% -
HSV(B) 177.8º 0.76% 0.84% -
XYZ 37.17 53.91 68.77 -
YUV 165.28 152.67 46.49 -
System Red Green Blue C M Y K H S L
Decimal 51 215 209 0.76 0 0.03 0.16 177.8 0.67 0.52
Hex 33 D7 D1 4C 0 3 10 B2 43 34
Octal 63 327 321 114 0 3 20 262 103 64
Binary 110011 11010111 11010001 1001100 0 11 10000 10110010 1000011 110100

Color Harmonies of #33D7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D7D1

Black with #33D7D1

Text Example


Text Example

White with #33D7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,215,209); }

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

background-color css

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

 a { background-color: rgb(51,215,209); }

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

border-color css

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

 span { border-color: rgb(51,215,209); }

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