Html Css Color HEX #33EFF0 Turquoise

📋 copy color: '#33EFF0'

red 51 ◦ green 239 ◦ blue 240

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

Shades of Turquoise #33EFF0

Tints of Turquoise #33EFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.28%

R = 9.62%
G = 45.09%
B = 45.28%

CMYK

 C value IS 0.79

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#33EFF0 (or 0x33EFF0) is known color: Turquoise. HEX triplet: 33, EF and F0. RGB value is (51,239,240). Sum of RGB (Red+Green+Blue) = 51+239+240=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #33EFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFF0 is #CC100F. Grayscale: #B6B6B6. Windows color (decimal): -13373456 or 15789875. OLE color: 15789875.

HSL color Cylindrical-coordinate representation of color #33EFF0: hue angle of 180.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFF0 is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 239 240 -
CMYK 0.79 0.00 0 0.06
HSL 180.32º 0.86% 0.57% -
HSV(B) 180.32º 0.79% 0.94% -
XYZ 47.96 68.73 93.18 -
YUV 182.9 160.22 33.92 -
System Red Green Blue C M Y K H S L
Decimal 51 239 240 0.79 0.00 0 0.06 180.32 0.86 0.57
Hex 33 EF F0 4F 0 0 6 B4 56 39
Octal 63 357 360 117 0 0 6 264 126 71
Binary 110011 11101111 11110000 1001111 0 0 110 10110100 1010110 111001

Color Harmonies of #33EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFF0

Black with #33EFF0

Text Example


Text Example

White with #33EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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