Html Css Color HEX #33DCFD Turquoise

📋 copy color: '#33DCFD'

red 51 ◦ green 220 ◦ blue 253

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

Shades of Turquoise #33DCFD

Tints of Turquoise #33DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 9.73%
G = 41.98%
B = 48.28%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33DCFD (or 0x33DCFD) is known color: Turquoise. HEX triplet: 33, DC and FD. RGB value is (51,220,253). Sum of RGB (Red+Green+Blue) = 51+220+253=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #33DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCFD is #CC2302. Grayscale: #ACACAC. Windows color (decimal): -13378307 or 16636979. OLE color: 16636979.

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

Color convert

RGB 51 220 253 -
CMYK 0.80 0.13 0 0.01
HSL 189.8º 0.98% 0.6% -
HSV(B) 189.8º 0.8% 0.99% -
XYZ 44.69 58.98 101.96 -
YUV 173.23 173.01 40.82 -
System Red Green Blue C M Y K H S L
Decimal 51 220 253 0.80 0.13 0 0.01 189.8 0.98 0.6
Hex 33 DC FD 50 D 0 1 BE 62 3C
Octal 63 334 375 120 15 0 1 276 142 74
Binary 110011 11011100 11111101 1010000 1101 0 1 10111110 1100010 111100

Color Harmonies of #33DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCFD

Black with #33DCFD

Text Example


Text Example

White with #33DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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