Html Css Color HEX #5FEBEB Turquoise Blue

📋 copy color: '#5FEBEB'

red 95 ◦ green 235 ◦ blue 235

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

Shades of Turquoise Blue #5FEBEB

Tints of Turquoise Blue #5FEBEB

RGB

 RED value IS 95 (37.5% from 255) = 16.81%

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 16.81%
G = 41.59%
B = 41.59%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FEBEB (or 0x5FEBEB) is known color: Turquoise Blue. HEX triplet: 5F, EB and EB. RGB value is (95,235,235). Sum of RGB (Red+Green+Blue) = 95+235+235=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #5FEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEBEB is #A01414. Grayscale: #C1C1C1. Windows color (decimal): -10490901 or 15461215. OLE color: 15461215.

HSL color Cylindrical-coordinate representation of color #5FEBEB: hue angle of 180º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBEB is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 235 235 -
CMYK 0.60 0 0 0.08
HSL 180º 0.78% 0.65% -
HSV(B) 180º 0.6% 0.92% -
XYZ 49.42 67.85 89.09 -
YUV 193.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 95 235 235 0.60 0 0 0.08 180 0.78 0.65
Hex 5F EB EB 3C 0 0 8 B4 4E 41
Octal 137 353 353 74 0 0 10 264 116 101
Binary 1011111 11101011 11101011 111100 0 0 1000 10110100 1001110 1000001

Color Harmonies of #5FEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEBEB

Black with #5FEBEB

Text Example


Text Example

White with #5FEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FEBEB; }

 p { color: rgb(95,235,235); }

 H1.HeaderClassName
 {
   color: #5FEBEB;
 }
 .AnyTagClassName
 {
   color: #5FEBEB;
 }
</style>

background-color css

<style>
 a { background-color: #5FEBEB; }

 a { background-color: rgb(95,235,235); }

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

border-color css

<style>
 span { border-color: #5FEBEB; }

 span { border-color: rgb(95,235,235); }

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