Html Css Color HEX #33D8CC Turquoise

📋 copy color: '#33D8CC'

red 51 ◦ green 216 ◦ blue 204

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

Shades of Turquoise #33D8CC

Tints of Turquoise #33D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 10.83%
G = 45.86%
B = 43.31%

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

#33D8CC (or 0x33D8CC) is known color: Turquoise. HEX triplet: 33, D8 and CC. RGB value is (51,216,204). Sum of RGB (Red+Green+Blue) = 51+216+204=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #33D8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D8CC is #CC2733. Grayscale: #A5A5A5. Windows color (decimal): -13379380 or 13424691. OLE color: 13424691.

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

Color convert

RGB 51 216 204 -
CMYK 0.76 0 0.06 0.15
HSL 175.64º 0.68% 0.52% -
HSV(B) 175.64º 0.76% 0.85% -
XYZ 36.82 54.18 65.64 -
YUV 165.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 51 216 204 0.76 0 0.06 0.15 175.64 0.68 0.52
Hex 33 D8 CC 4C 0 6 F B0 44 34
Octal 63 330 314 114 0 6 17 260 104 64
Binary 110011 11011000 11001100 1001100 0 110 1111 10110000 1000100 110100

Color Harmonies of #33D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D8CC

Black with #33D8CC

Text Example


Text Example

White with #33D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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