Html Css Color HEX #33DCF7 Turquoise

📋 copy color: '#33DCF7'

red 51 ◦ green 220 ◦ blue 247

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

Shades of Turquoise #33DCF7

Tints of Turquoise #33DCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 9.85%
G = 42.47%
B = 47.68%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#33DCF7 (or 0x33DCF7) is known color: Turquoise. HEX triplet: 33, DC and F7. RGB value is (51,220,247). Sum of RGB (Red+Green+Blue) = 51+220+247=518 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.85% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #33DCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCF7 is #CC2308. Grayscale: #ACACAC. Windows color (decimal): -13378313 or 16243763. OLE color: 16243763.

HSL color Cylindrical-coordinate representation of color #33DCF7: hue angle of 188.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DCF7 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 220 247 -
CMYK 0.79 0.11 0 0.03
HSL 188.27º 0.92% 0.58% -
HSV(B) 188.27º 0.79% 0.97% -
XYZ 43.75 58.61 97 -
YUV 172.55 170.01 41.3 -
System Red Green Blue C M Y K H S L
Decimal 51 220 247 0.79 0.11 0 0.03 188.27 0.92 0.58
Hex 33 DC F7 4F B 0 3 BC 5C 3A
Octal 63 334 367 117 13 0 3 274 134 72
Binary 110011 11011100 11110111 1001111 1011 0 11 10111100 1011100 111010

Color Harmonies of #33DCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCF7

Black with #33DCF7

Text Example


Text Example

White with #33DCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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