Html Css Color HEX #33FDDF Turquoise

📋 copy color: '#33FDDF'

red 51 ◦ green 253 ◦ blue 223

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

Shades of Turquoise #33FDDF

Tints of Turquoise #33FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 9.68%
G = 48.01%
B = 42.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#33FDDF (or 0x33FDDF) is known color: Turquoise. HEX triplet: 33, FD and DF. RGB value is (51,253,223). Sum of RGB (Red+Green+Blue) = 51+253+223=527 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.68% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #33FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FDDF is #CC0220. Grayscale: #BDBDBD. Windows color (decimal): -13369889 or 14679347. OLE color: 14679347.

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

Color convert

RGB 51 253 223 -
CMYK 0.80 0 0.12 0.01
HSL 171.09º 0.98% 0.6% -
HSV(B) 171.09º 0.8% 0.99% -
XYZ 49.81 76.28 81.91 -
YUV 189.18 147.08 29.44 -
System Red Green Blue C M Y K H S L
Decimal 51 253 223 0.80 0 0.12 0.01 171.09 0.98 0.6
Hex 33 FD DF 50 0 C 1 AB 62 3C
Octal 63 375 337 120 0 14 1 253 142 74
Binary 110011 11111101 11011111 1010000 0 1100 1 10101011 1100010 111100

Color Harmonies of #33FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FDDF

Black with #33FDDF

Text Example


Text Example

White with #33FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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