Html Css Color HEX #3BE6F2 Turquoise

📋 copy color: '#3BE6F2'

red 59 ◦ green 230 ◦ blue 242

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

Shades of Turquoise #3BE6F2

Tints of Turquoise #3BE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

 BLUE value IS 242 (94.92% from 255) = 45.57%

R = 11.11%
G = 43.31%
B = 45.57%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3BE6F2 (or 0x3BE6F2) is known color: Turquoise. HEX triplet: 3B, E6 and F2. RGB value is (59,230,242). Sum of RGB (Red+Green+Blue) = 59+230+242=531 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.11% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #3BE6F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BE6F2 is #C4190D. Grayscale: #B4B4B4. Windows color (decimal): -12851470 or 15918651. OLE color: 15918651.

HSL color Cylindrical-coordinate representation of color #3BE6F2: hue angle of 183.93º degrees, saturation: 0.88, 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 #3BE6F2 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 230 242 -
CMYK 0.76 0.05 0 0.05
HSL 183.93º 0.88% 0.59% -
HSV(B) 183.93º 0.76% 0.95% -
XYZ 46.13 63.93 93.91 -
YUV 180.24 162.85 41.52 -
System Red Green Blue C M Y K H S L
Decimal 59 230 242 0.76 0.05 0 0.05 183.93 0.88 0.59
Hex 3B E6 F2 4C 5 0 5 B8 58 3B
Octal 73 346 362 114 5 0 5 270 130 73
Binary 111011 11100110 11110010 1001100 101 0 101 10111000 1011000 111011

Color Harmonies of #3BE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE6F2

Black with #3BE6F2

Text Example


Text Example

White with #3BE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,230,242); }

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

background-color css

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

 a { background-color: rgb(59,230,242); }

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

border-color css

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

 span { border-color: rgb(59,230,242); }

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