Html Css Color HEX #33DCD7 Turquoise

📋 copy color: '#33DCD7'

red 51 ◦ green 220 ◦ blue 215

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

Shades of Turquoise #33DCD7

Tints of Turquoise #33DCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 10.49%
G = 45.27%
B = 44.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#33DCD7 (or 0x33DCD7) is known color: Turquoise. HEX triplet: 33, DC and D7. RGB value is (51,220,215). Sum of RGB (Red+Green+Blue) = 51+220+215=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCD7 is #CC2328. Grayscale: #A8A8A8. Windows color (decimal): -13378345 or 14146611. OLE color: 14146611.

HSL color Cylindrical-coordinate representation of color #33DCD7: hue angle of 178.22º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DCD7 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 215 -
CMYK 0.77 0 0.02 0.14
HSL 178.22º 0.71% 0.53% -
HSV(B) 178.22º 0.77% 0.86% -
XYZ 39.22 56.8 73.19 -
YUV 168.9 154.01 43.91 -
System Red Green Blue C M Y K H S L
Decimal 51 220 215 0.77 0 0.02 0.14 178.22 0.71 0.53
Hex 33 DC D7 4D 0 2 E B2 47 35
Octal 63 334 327 115 0 2 16 262 107 65
Binary 110011 11011100 11010111 1001101 0 10 1110 10110010 1000111 110101

Color Harmonies of #33DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCD7

Black with #33DCD7

Text Example


Text Example

White with #33DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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