Html Css Color HEX #33D9CC Turquoise

📋 copy color: '#33D9CC'

red 51 ◦ green 217 ◦ blue 204

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

Shades of Turquoise #33D9CC

Tints of Turquoise #33D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.97%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 10.81%
G = 45.97%
B = 43.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#33D9CC (or 0x33D9CC) is known color: Turquoise. HEX triplet: 33, D9 and CC. RGB value is (51,217,204). Sum of RGB (Red+Green+Blue) = 51+217+204=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #33D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D9CC is #CC2633. Grayscale: #A5A5A5. Windows color (decimal): -13379124 or 13424947. OLE color: 13424947.

HSL color Cylindrical-coordinate representation of color #33D9CC: hue angle of 175.3º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D9CC is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 217 204 -
CMYK 0.76 0 0.06 0.15
HSL 175.3º 0.69% 0.53% -
HSV(B) 175.3º 0.76% 0.85% -
XYZ 37.08 54.69 65.73 -
YUV 165.88 149.5 46.06 -
System Red Green Blue C M Y K H S L
Decimal 51 217 204 0.76 0 0.06 0.15 175.3 0.69 0.53
Hex 33 D9 CC 4C 0 6 F AF 45 35
Octal 63 331 314 114 0 6 17 257 105 65
Binary 110011 11011001 11001100 1001100 0 110 1111 10101111 1000101 110101

Color Harmonies of #33D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D9CC

Black with #33D9CC

Text Example


Text Example

White with #33D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,217,204); }

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

background-color css

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

 a { background-color: rgb(51,217,204); }

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

border-color css

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

 span { border-color: rgb(51,217,204); }

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