Html Css Color HEX #5FCAEA Turquoise Blue

📋 copy color: '#5FCAEA'

red 95 ◦ green 202 ◦ blue 234

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

Shades of Turquoise Blue #5FCAEA

Tints of Turquoise Blue #5FCAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 17.89%
G = 38.04%
B = 44.07%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FCAEA (or 0x5FCAEA) is known color: Turquoise Blue. HEX triplet: 5F, CA and EA. RGB value is (95,202,234). Sum of RGB (Red+Green+Blue) = 95+202+234=531 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.89% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FCAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCAEA is #A03515. Grayscale: #ADADAD. Windows color (decimal): -10499350 or 15387231. OLE color: 15387231.

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

Color convert

RGB 95 202 234 -
CMYK 0.59 0.14 0 0.08
HSL 193.81º 0.77% 0.65% -
HSV(B) 193.81º 0.59% 0.92% -
XYZ 40.69 50.61 85.47 -
YUV 173.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 95 202 234 0.59 0.14 0 0.08 193.81 0.77 0.65
Hex 5F CA EA 3B E 0 8 C2 4D 41
Octal 137 312 352 73 16 0 10 302 115 101
Binary 1011111 11001010 11101010 111011 1110 0 1000 11000010 1001101 1000001

Color Harmonies of #5FCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAEA

Black with #5FCAEA

Text Example


Text Example

White with #5FCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,202,234); }

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

background-color css

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

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

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

border-color css

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

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

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