Html Css Color HEX #3BE8EF Turquoise

📋 copy color: '#3BE8EF'

red 59 ◦ green 232 ◦ blue 239

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

Shades of Turquoise #3BE8EF

Tints of Turquoise #3BE8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.77%

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

R = 11.13%
G = 43.77%
B = 45.09%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3BE8EF (or 0x3BE8EF) is known color: Turquoise. HEX triplet: 3B, E8 and EF. RGB value is (59,232,239). Sum of RGB (Red+Green+Blue) = 59+232+239=530 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.13% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BE8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE8EF is #C41710. Grayscale: #B4B4B4. Windows color (decimal): -12850961 or 15722555. OLE color: 15722555.

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

Color convert

RGB 59 232 239 -
CMYK 0.75 0.03 0 0.06
HSL 182.33º 0.85% 0.58% -
HSV(B) 182.33º 0.75% 0.94% -
XYZ 46.24 64.88 91.75 -
YUV 181.07 160.69 40.93 -
System Red Green Blue C M Y K H S L
Decimal 59 232 239 0.75 0.03 0 0.06 182.33 0.85 0.58
Hex 3B E8 EF 4B 3 0 6 B6 55 3A
Octal 73 350 357 113 3 0 6 266 125 72
Binary 111011 11101000 11101111 1001011 11 0 110 10110110 1010101 111010

Color Harmonies of #3BE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE8EF

Black with #3BE8EF

Text Example


Text Example

White with #3BE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,232,239); }

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

background-color css

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

 a { background-color: rgb(59,232,239); }

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

border-color css

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

 span { border-color: rgb(59,232,239); }

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