Html Css Color HEX #33FCDB Turquoise

📋 copy color: '#33FCDB'

red 51 ◦ green 252 ◦ blue 219

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

Shades of Turquoise #33FCDB

Tints of Turquoise #33FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.28%

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

R = 9.77%
G = 48.28%
B = 41.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#33FCDB (or 0x33FCDB) is known color: Turquoise. HEX triplet: 33, FC and DB. RGB value is (51,252,219). Sum of RGB (Red+Green+Blue) = 51+252+219=522 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.77% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCDB is #CC0324. Grayscale: #BCBCBC. Windows color (decimal): -13370149 or 14416947. OLE color: 14416947.

HSL color Cylindrical-coordinate representation of color #33FCDB: hue angle of 170.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FCDB is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 219 -
CMYK 0.80 0 0.13 0.01
HSL 170.15º 0.97% 0.59% -
HSV(B) 170.15º 0.8% 0.99% -
XYZ 48.96 75.44 79 -
YUV 188.14 145.41 30.18 -
System Red Green Blue C M Y K H S L
Decimal 51 252 219 0.80 0 0.13 0.01 170.15 0.97 0.59
Hex 33 FC DB 50 0 D 1 AA 61 3B
Octal 63 374 333 120 0 15 1 252 141 73
Binary 110011 11111100 11011011 1010000 0 1101 1 10101010 1100001 111011

Color Harmonies of #33FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FCDB

Black with #33FCDB

Text Example


Text Example

White with #33FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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