Html Css Color HEX #33DACA Turquoise

📋 copy color: '#33DACA'

red 51 ◦ green 218 ◦ blue 202

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

Shades of Turquoise #33DACA

Tints of Turquoise #33DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 10.83%
G = 46.28%
B = 42.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#33DACA (or 0x33DACA) is known color: Turquoise. HEX triplet: 33, DA and CA. RGB value is (51,218,202). Sum of RGB (Red+Green+Blue) = 51+218+202=471 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.83% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #33DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DACA is #CC2535. Grayscale: #A6A6A6. Windows color (decimal): -13378870 or 13294131. OLE color: 13294131.

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

Color convert

RGB 51 218 202 -
CMYK 0.77 0 0.07 0.15
HSL 174.25º 0.69% 0.53% -
HSV(B) 174.25º 0.77% 0.85% -
XYZ 37.1 55.11 64.56 -
YUV 166.24 148.17 45.8 -
System Red Green Blue C M Y K H S L
Decimal 51 218 202 0.77 0 0.07 0.15 174.25 0.69 0.53
Hex 33 DA CA 4D 0 7 F AE 45 35
Octal 63 332 312 115 0 7 17 256 105 65
Binary 110011 11011010 11001010 1001101 0 111 1111 10101110 1000101 110101

Color Harmonies of #33DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DACA

Black with #33DACA

Text Example


Text Example

White with #33DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,218,202); }

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

background-color css

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

 a { background-color: rgb(51,218,202); }

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

border-color css

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

 span { border-color: rgb(51,218,202); }

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