Html Css Color HEX #33DCFF Turquoise

📋 copy color: '#33DCFF'

red 51 ◦ green 220 ◦ blue 255

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

Shades of Turquoise #33DCFF

Tints of Turquoise #33DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 9.7%
G = 41.83%
B = 48.48%

CMYK

 C value IS 0.8

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#33DCFF (or 0x33DCFF) is known color: Turquoise. HEX triplet: 33, DC and FF. RGB value is (51,220,255). Sum of RGB (Red+Green+Blue) = 51+220+255=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #33DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCFF is #CC2300. Grayscale: #ADADAD. Windows color (decimal): -13378305 or 16768051. OLE color: 16768051.

HSL color Cylindrical-coordinate representation of color #33DCFF: hue angle of 190.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DCFF is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 220 255 -
CMYK 0.8 0.14 0 0
HSL 190.29º 1% 0.6% -
HSV(B) 190.29º 0.8% 1% -
XYZ 45.01 59.11 103.65 -
YUV 173.46 174.01 40.65 -
System Red Green Blue C M Y K H S L
Decimal 51 220 255 0.8 0.14 0 0 190.29 1 0.6
Hex 33 DC FF 50 E 0 0 BE 64 3C
Octal 63 334 377 120 16 0 0 276 144 74
Binary 110011 11011100 11111111 1010000 1110 0 0 10111110 1100100 111100

Color Harmonies of #33DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCFF

Black with #33DCFF

Text Example


Text Example

White with #33DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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