Html Css Color HEX #33DBF9 Turquoise

📋 copy color: '#33DBF9'

red 51 ◦ green 219 ◦ blue 249

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

Shades of Turquoise #33DBF9

Tints of Turquoise #33DBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 9.83%
G = 42.2%
B = 47.98%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#33DBF9 (or 0x33DBF9) is known color: Turquoise. HEX triplet: 33, DB and F9. RGB value is (51,219,249). Sum of RGB (Red+Green+Blue) = 51+219+249=519 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.83% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #33DBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBF9 is #CC2406. Grayscale: #ABABAB. Windows color (decimal): -13378567 or 16374579. OLE color: 16374579.

HSL color Cylindrical-coordinate representation of color #33DBF9: hue angle of 189.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DBF9 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 219 249 -
CMYK 0.80 0.12 0 0.02
HSL 189.09º 0.94% 0.59% -
HSV(B) 189.09º 0.8% 0.98% -
XYZ 43.8 58.21 98.55 -
YUV 172.19 171.34 41.56 -
System Red Green Blue C M Y K H S L
Decimal 51 219 249 0.80 0.12 0 0.02 189.09 0.94 0.59
Hex 33 DB F9 50 C 0 2 BD 5E 3B
Octal 63 333 371 120 14 0 2 275 136 73
Binary 110011 11011011 11111001 1010000 1100 0 10 10111101 1011110 111011

Color Harmonies of #33DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DBF9

Black with #33DBF9

Text Example


Text Example

White with #33DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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