Html Css Color HEX #33DCE4 Turquoise

📋 copy color: '#33DCE4'

red 51 ◦ green 220 ◦ blue 228

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

Shades of Turquoise #33DCE4

Tints of Turquoise #33DCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 228 (89.45% from 255) = 45.69%

R = 10.22%
G = 44.09%
B = 45.69%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#33DCE4 (or 0x33DCE4) is known color: Turquoise. HEX triplet: 33, DC and E4. RGB value is (51,220,228). Sum of RGB (Red+Green+Blue) = 51+220+228=499 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.22% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #33DCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCE4 is #CC231B. Grayscale: #AAAAAA. Windows color (decimal): -13378332 or 14998579. OLE color: 14998579.

HSL color Cylindrical-coordinate representation of color #33DCE4: hue angle of 182.71º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DCE4 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 220 228 -
CMYK 0.78 0.04 0 0.11
HSL 182.71º 0.77% 0.55% -
HSV(B) 182.71º 0.78% 0.89% -
XYZ 40.96 57.49 82.34 -
YUV 170.38 160.51 42.85 -
System Red Green Blue C M Y K H S L
Decimal 51 220 228 0.78 0.04 0 0.11 182.71 0.77 0.55
Hex 33 DC E4 4E 4 0 B B7 4D 37
Octal 63 334 344 116 4 0 13 267 115 67
Binary 110011 11011100 11100100 1001110 100 0 1011 10110111 1001101 110111

Color Harmonies of #33DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCE4

Black with #33DCE4

Text Example


Text Example

White with #33DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,220,228); }

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

background-color css

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

 a { background-color: rgb(51,220,228); }

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

border-color css

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

 span { border-color: rgb(51,220,228); }

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