Html Css Color HEX #33FBDB Turquoise

📋 copy color: '#33FBDB'

red 51 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #33FBDB

Tints of Turquoise #33FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.18%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 9.79%
G = 48.18%
B = 42.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#33FBDB (or 0x33FBDB) is known color: Turquoise. HEX triplet: 33, FB and DB. RGB value is (51,251,219). Sum of RGB (Red+Green+Blue) = 51+251+219=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBDB is #CC0424. Grayscale: #BBBBBB. Windows color (decimal): -13370405 or 14416691. OLE color: 14416691.

HSL color Cylindrical-coordinate representation of color #33FBDB: hue angle of 170.4º degrees, saturation: 0.96, 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 #33FBDB is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 251 219 -
CMYK 0.80 0 0.13 0.02
HSL 170.4º 0.96% 0.59% -
HSV(B) 170.4º 0.8% 0.98% -
XYZ 48.65 74.81 78.89 -
YUV 187.55 145.74 30.6 -
System Red Green Blue C M Y K H S L
Decimal 51 251 219 0.80 0 0.13 0.02 170.4 0.96 0.59
Hex 33 FB DB 50 0 D 2 AA 60 3B
Octal 63 373 333 120 0 15 2 252 140 73
Binary 110011 11111011 11011011 1010000 0 1101 10 10101010 1100000 111011

Color Harmonies of #33FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FBDB

Black with #33FBDB

Text Example


Text Example

White with #33FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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