Html Css Color HEX #33DAEC Turquoise

📋 copy color: '#33DAEC'

red 51 ◦ green 218 ◦ blue 236

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

Shades of Turquoise #33DAEC

Tints of Turquoise #33DAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 10.1%
G = 43.17%
B = 46.73%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#33DAEC (or 0x33DAEC) is known color: Turquoise. HEX triplet: 33, DA and EC. RGB value is (51,218,236). Sum of RGB (Red+Green+Blue) = 51+218+236=505 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.10% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #33DAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DAEC is #CC2513. Grayscale: #A9A9A9. Windows color (decimal): -13378836 or 15522355. OLE color: 15522355.

HSL color Cylindrical-coordinate representation of color #33DAEC: hue angle of 185.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DAEC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 218 236 -
CMYK 0.78 0.08 0 0.07
HSL 185.84º 0.83% 0.56% -
HSV(B) 185.84º 0.78% 0.93% -
XYZ 41.58 56.9 88.15 -
YUV 170.12 165.17 43.04 -
System Red Green Blue C M Y K H S L
Decimal 51 218 236 0.78 0.08 0 0.07 185.84 0.83 0.56
Hex 33 DA EC 4E 8 0 7 BA 53 38
Octal 63 332 354 116 10 0 7 272 123 70
Binary 110011 11011010 11101100 1001110 1000 0 111 10111010 1010011 111000

Color Harmonies of #33DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DAEC

Black with #33DAEC

Text Example


Text Example

White with #33DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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