Html Css Color HEX #33DBCF Turquoise

📋 copy color: '#33DBCF'

red 51 ◦ green 219 ◦ blue 207

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

Shades of Turquoise #33DBCF

Tints of Turquoise #33DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 10.69%
G = 45.91%
B = 43.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#33DBCF (or 0x33DBCF) is known color: Turquoise. HEX triplet: 33, DB and CF. RGB value is (51,219,207). Sum of RGB (Red+Green+Blue) = 51+219+207=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBCF is #CC2430. Grayscale: #A7A7A7. Windows color (decimal): -13378609 or 13622067. OLE color: 13622067.

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

Color convert

RGB 51 219 207 -
CMYK 0.77 0 0.05 0.14
HSL 175.71º 0.7% 0.53% -
HSV(B) 175.71º 0.77% 0.86% -
XYZ 37.96 55.87 67.82 -
YUV 167.4 150.34 44.98 -
System Red Green Blue C M Y K H S L
Decimal 51 219 207 0.77 0 0.05 0.14 175.71 0.7 0.53
Hex 33 DB CF 4D 0 5 E B0 46 35
Octal 63 333 317 115 0 5 16 260 106 65
Binary 110011 11011011 11001111 1001101 0 101 1110 10110000 1000110 110101

Color Harmonies of #33DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DBCF

Black with #33DBCF

Text Example


Text Example

White with #33DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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