Html Css Color HEX #3BEEF0 Turquoise

📋 copy color: '#3BEEF0'

red 59 ◦ green 238 ◦ blue 240

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

Shades of Turquoise #3BEEF0

Tints of Turquoise #3BEEF0

RGB

 RED value IS 59 (23.44% from 255) = 10.99%

 GREEN value IS 238 (93.36% from 255) = 44.32%

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

R = 10.99%
G = 44.32%
B = 44.69%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3BEEF0 (or 0x3BEEF0) is known color: Turquoise. HEX triplet: 3B, EE and F0. RGB value is (59,238,240). Sum of RGB (Red+Green+Blue) = 59+238+240=537 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.99% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #3BEEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEF0 is #C4110F. Grayscale: #B8B8B8. Windows color (decimal): -12849424 or 15789627. OLE color: 15789627.

HSL color Cylindrical-coordinate representation of color #3BEEF0: hue angle of 180.66º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEF0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 238 240 -
CMYK 0.75 0.01 0 0.06
HSL 180.66º 0.86% 0.59% -
HSV(B) 180.66º 0.75% 0.94% -
XYZ 48.11 68.37 93.1 -
YUV 184.71 159.2 38.34 -
System Red Green Blue C M Y K H S L
Decimal 59 238 240 0.75 0.01 0 0.06 180.66 0.86 0.59
Hex 3B EE F0 4B 1 0 6 B5 56 3B
Octal 73 356 360 113 1 0 6 265 126 73
Binary 111011 11101110 11110000 1001011 1 0 110 10110101 1010110 111011

Color Harmonies of #3BEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEEF0

Black with #3BEEF0

Text Example


Text Example

White with #3BEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BEEF0; }

 p { color: rgb(59,238,240); }

 H1.HeaderClassName
 {
   color: #3BEEF0;
 }
 .AnyTagClassName
 {
   color: #3BEEF0;
 }
</style>

background-color css

<style>
 a { background-color: #3BEEF0; }

 a { background-color: rgb(59,238,240); }

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

border-color css

<style>
 span { border-color: #3BEEF0; }

 span { border-color: rgb(59,238,240); }

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