Html Css Color HEX #33D8E0 Turquoise

📋 copy color: '#33D8E0'

red 51 ◦ green 216 ◦ blue 224

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

Shades of Turquoise #33D8E0

Tints of Turquoise #33D8E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 10.39%
G = 43.99%
B = 45.62%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#33D8E0 (or 0x33D8E0) is known color: Turquoise. HEX triplet: 33, D8 and E0. RGB value is (51,216,224). Sum of RGB (Red+Green+Blue) = 51+216+224=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #33D8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D8E0 is #CC271F. Grayscale: #A7A7A7. Windows color (decimal): -13379360 or 14735411. OLE color: 14735411.

HSL color Cylindrical-coordinate representation of color #33D8E0: hue angle of 182.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33D8E0 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 216 224 -
CMYK 0.77 0.04 0 0.12
HSL 182.77º 0.74% 0.54% -
HSV(B) 182.77º 0.77% 0.88% -
XYZ 39.38 55.2 79.1 -
YUV 167.58 159.84 44.85 -
System Red Green Blue C M Y K H S L
Decimal 51 216 224 0.77 0.04 0 0.12 182.77 0.74 0.54
Hex 33 D8 E0 4D 4 0 C B7 4A 36
Octal 63 330 340 115 4 0 14 267 112 66
Binary 110011 11011000 11100000 1001101 100 0 1100 10110111 1001010 110110

Color Harmonies of #33D8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D8E0

Black with #33D8E0

Text Example


Text Example

White with #33D8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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