Html Css Color HEX #33DBEA Turquoise

📋 copy color: '#33DBEA'

red 51 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #33DBEA

Tints of Turquoise #33DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 10.12%
G = 43.45%
B = 46.43%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#33DBEA (or 0x33DBEA) is known color: Turquoise. HEX triplet: 33, DB and EA. RGB value is (51,219,234). Sum of RGB (Red+Green+Blue) = 51+219+234=504 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.12% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #33DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBEA is #CC2415. Grayscale: #AAAAAA. Windows color (decimal): -13378582 or 15391539. OLE color: 15391539.

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

Color convert

RGB 51 219 234 -
CMYK 0.78 0.06 0 0.08
HSL 184.92º 0.81% 0.56% -
HSV(B) 184.92º 0.78% 0.92% -
XYZ 41.55 57.31 86.71 -
YUV 170.48 163.84 42.78 -
System Red Green Blue C M Y K H S L
Decimal 51 219 234 0.78 0.06 0 0.08 184.92 0.81 0.56
Hex 33 DB EA 4E 6 0 8 B9 51 38
Octal 63 333 352 116 6 0 10 271 121 70
Binary 110011 11011011 11101010 1001110 110 0 1000 10111001 1010001 111000

Color Harmonies of #33DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DBEA

Black with #33DBEA

Text Example


Text Example

White with #33DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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