Html Css Color HEX #33DDFC Turquoise

📋 copy color: '#33DDFC'

red 51 ◦ green 221 ◦ blue 252

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

Shades of Turquoise #33DDFC

Tints of Turquoise #33DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 9.73%
G = 42.18%
B = 48.09%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33DDFC (or 0x33DDFC) is known color: Turquoise. HEX triplet: 33, DD and FC. RGB value is (51,221,252). Sum of RGB (Red+Green+Blue) = 51+221+252=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #33DDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DDFC is #CC2203. Grayscale: #ADADAD. Windows color (decimal): -13378052 or 16571699. OLE color: 16571699.

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

Color convert

RGB 51 221 252 -
CMYK 0.80 0.12 0 0.01
HSL 189.25º 0.97% 0.59% -
HSV(B) 189.25º 0.8% 0.99% -
XYZ 44.79 59.44 101.21 -
YUV 173.7 172.18 40.48 -
System Red Green Blue C M Y K H S L
Decimal 51 221 252 0.80 0.12 0 0.01 189.25 0.97 0.59
Hex 33 DD FC 50 C 0 1 BD 61 3B
Octal 63 335 374 120 14 0 1 275 141 73
Binary 110011 11011101 11111100 1010000 1100 0 1 10111101 1100001 111011

Color Harmonies of #33DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDFC

Black with #33DDFC

Text Example


Text Example

White with #33DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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