Html Css Color HEX #33FBDD Turquoise

📋 copy color: '#33FBDD'

red 51 ◦ green 251 ◦ blue 221

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

Shades of Turquoise #33FBDD

Tints of Turquoise #33FBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 9.75%
G = 47.99%
B = 42.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#33FBDD (or 0x33FBDD) is known color: Turquoise. HEX triplet: 33, FB and DD. RGB value is (51,251,221). Sum of RGB (Red+Green+Blue) = 51+251+221=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FBDD is #CC0422. Grayscale: #BBBBBB. Windows color (decimal): -13370403 or 14547763. OLE color: 14547763.

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

Color convert

RGB 51 251 221 -
CMYK 0.80 0 0.12 0.02
HSL 171º 0.96% 0.59% -
HSV(B) 171º 0.8% 0.98% -
XYZ 48.91 74.92 80.29 -
YUV 187.78 146.74 30.44 -
System Red Green Blue C M Y K H S L
Decimal 51 251 221 0.80 0 0.12 0.02 171 0.96 0.59
Hex 33 FB DD 50 0 C 2 AB 60 3B
Octal 63 373 335 120 0 14 2 253 140 73
Binary 110011 11111011 11011101 1010000 0 1100 10 10101011 1100000 111011

Color Harmonies of #33FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FBDD

Black with #33FBDD

Text Example


Text Example

White with #33FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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