Html Css Color HEX #33EFF6 Turquoise

📋 copy color: '#33EFF6'

red 51 ◦ green 239 ◦ blue 246

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

Shades of Turquoise #33EFF6

Tints of Turquoise #33EFF6

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #33EFF6: hue angle of 182.15º 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 #33EFF6 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 239 246 -
CMYK 0.79 0.03 0 0.04
HSL 182.15º 0.92% 0.58% -
HSV(B) 182.15º 0.79% 0.96% -
XYZ 48.87 69.09 97.95 -
YUV 183.59 163.22 33.43 -
System Red Green Blue C M Y K H S L
Decimal 51 239 246 0.79 0.03 0 0.04 182.15 0.92 0.58
Hex 33 EF F6 4F 3 0 4 B6 5C 3A
Octal 63 357 366 117 3 0 4 266 134 72
Binary 110011 11101111 11110110 1001111 11 0 100 10110110 1011100 111010

Color Harmonies of #33EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFF6

Black with #33EFF6

Text Example


Text Example

White with #33EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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