Html Css Color HEX #33DCCF Turquoise

📋 copy color: '#33DCCF'

red 51 ◦ green 220 ◦ blue 207

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

Shades of Turquoise #33DCCF

Tints of Turquoise #33DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 10.67%
G = 46.03%
B = 43.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#33DCCF (or 0x33DCCF) is known color: Turquoise. HEX triplet: 33, DC and CF. RGB value is (51,220,207). Sum of RGB (Red+Green+Blue) = 51+220+207=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCCF is #CC2330. Grayscale: #A7A7A7. Windows color (decimal): -13378353 or 13622323. OLE color: 13622323.

HSL color Cylindrical-coordinate representation of color #33DCCF: hue angle of 175.38º 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 #33DCCF is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 207 -
CMYK 0.77 0 0.06 0.14
HSL 175.38º 0.71% 0.53% -
HSV(B) 175.38º 0.77% 0.86% -
XYZ 38.22 56.4 67.9 -
YUV 167.99 150.01 44.56 -
System Red Green Blue C M Y K H S L
Decimal 51 220 207 0.77 0 0.06 0.14 175.38 0.71 0.53
Hex 33 DC CF 4D 0 6 E AF 47 35
Octal 63 334 317 115 0 6 16 257 107 65
Binary 110011 11011100 11001111 1001101 0 110 1110 10101111 1000111 110101

Color Harmonies of #33DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCCF

Black with #33DCCF

Text Example


Text Example

White with #33DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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