Html Css Color HEX #33FDDB Turquoise

📋 copy color: '#33FDDB'

red 51 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #33FDDB

Tints of Turquoise #33FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.37%

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

R = 9.75%
G = 48.37%
B = 41.87%

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

#33FDDB (or 0x33FDDB) is known color: Turquoise. HEX triplet: 33, FD and DB. RGB value is (51,253,219). Sum of RGB (Red+Green+Blue) = 51+253+219=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDDB is #CC0224. Grayscale: #BCBCBC. Windows color (decimal): -13369893 or 14417203. OLE color: 14417203.

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

Color convert

RGB 51 253 219 -
CMYK 0.80 0 0.13 0.01
HSL 169.9º 0.98% 0.6% -
HSV(B) 169.9º 0.8% 0.99% -
XYZ 49.28 76.07 79.1 -
YUV 188.73 145.08 29.76 -
System Red Green Blue C M Y K H S L
Decimal 51 253 219 0.80 0 0.13 0.01 169.9 0.98 0.6
Hex 33 FD DB 50 0 D 1 AA 62 3C
Octal 63 375 333 120 0 15 1 252 142 74
Binary 110011 11111101 11011011 1010000 0 1101 1 10101010 1100010 111100

Color Harmonies of #33FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FDDB

Black with #33FDDB

Text Example


Text Example

White with #33FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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