Html Css Color HEX #33DCCE Turquoise

📋 copy color: '#33DCCE'

red 51 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #33DCCE

Tints of Turquoise #33DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 10.69%
G = 46.12%
B = 43.19%

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

#33DCCE (or 0x33DCCE) is known color: Turquoise. HEX triplet: 33, DC and CE. RGB value is (51,220,206). Sum of RGB (Red+Green+Blue) = 51+220+206=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCCE is #CC2331. Grayscale: #A7A7A7. Windows color (decimal): -13378354 or 13556787. OLE color: 13556787.

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

Color convert

RGB 51 220 206 -
CMYK 0.77 0 0.06 0.14
HSL 175.03º 0.71% 0.53% -
HSV(B) 175.03º 0.77% 0.86% -
XYZ 38.1 56.35 67.26 -
YUV 167.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 51 220 206 0.77 0 0.06 0.14 175.03 0.71 0.53
Hex 33 DC CE 4D 0 6 E AF 47 35
Octal 63 334 316 115 0 6 16 257 107 65
Binary 110011 11011100 11001110 1001101 0 110 1110 10101111 1000111 110101

Color Harmonies of #33DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCCE

Black with #33DCCE

Text Example


Text Example

White with #33DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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