Html Css Color HEX #33F6EF Turquoise

📋 copy color: '#33F6EF'

red 51 ◦ green 246 ◦ blue 239

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

Shades of Turquoise #33F6EF

Tints of Turquoise #33F6EF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.9%

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 9.51%
G = 45.9%
B = 44.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#33F6EF (or 0x33F6EF) is known color: Turquoise. HEX triplet: 33, F6 and EF. RGB value is (51,246,239). Sum of RGB (Red+Green+Blue) = 51+246+239=536 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.51% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #33F6EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F6EF is #CC0910. Grayscale: #BABABA. Windows color (decimal): -13371665 or 15726131. OLE color: 15726131.

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

Color convert

RGB 51 246 239 -
CMYK 0.79 0 0.03 0.04
HSL 177.85º 0.92% 0.58% -
HSV(B) 177.85º 0.79% 0.96% -
XYZ 49.9 72.85 93.09 -
YUV 186.9 157.4 31.07 -
System Red Green Blue C M Y K H S L
Decimal 51 246 239 0.79 0 0.03 0.04 177.85 0.92 0.58
Hex 33 F6 EF 4F 0 3 4 B2 5C 3A
Octal 63 366 357 117 0 3 4 262 134 72
Binary 110011 11110110 11101111 1001111 0 11 100 10110010 1011100 111010

Color Harmonies of #33F6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F6EF

Black with #33F6EF

Text Example


Text Example

White with #33F6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,246,239); }

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

background-color css

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

 a { background-color: rgb(51,246,239); }

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

border-color css

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

 span { border-color: rgb(51,246,239); }

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