Html Css Color HEX #3BE8F1 Turquoise

📋 copy color: '#3BE8F1'

red 59 ◦ green 232 ◦ blue 241

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

Shades of Turquoise #3BE8F1

Tints of Turquoise #3BE8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.3%

R = 11.09%
G = 43.61%
B = 45.3%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BE8F1 (or 0x3BE8F1) is known color: Turquoise. HEX triplet: 3B, E8 and F1. RGB value is (59,232,241). Sum of RGB (Red+Green+Blue) = 59+232+241=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BE8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE8F1 is #C4170E. Grayscale: #B5B5B5. Windows color (decimal): -12850959 or 15853627. OLE color: 15853627.

HSL color Cylindrical-coordinate representation of color #3BE8F1: hue angle of 182.97º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BE8F1 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 232 241 -
CMYK 0.76 0.04 0 0.05
HSL 182.97º 0.87% 0.59% -
HSV(B) 182.97º 0.76% 0.95% -
XYZ 46.54 64.99 93.31 -
YUV 181.3 161.69 40.77 -
System Red Green Blue C M Y K H S L
Decimal 59 232 241 0.76 0.04 0 0.05 182.97 0.87 0.59
Hex 3B E8 F1 4C 4 0 5 B7 57 3B
Octal 73 350 361 114 4 0 5 267 127 73
Binary 111011 11101000 11110001 1001100 100 0 101 10110111 1010111 111011

Color Harmonies of #3BE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE8F1

Black with #3BE8F1

Text Example


Text Example

White with #3BE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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