Html Css Color HEX #5FCFE7 Turquoise Blue

📋 copy color: '#5FCFE7'

red 95 ◦ green 207 ◦ blue 231

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

Shades of Turquoise Blue #5FCFE7

Tints of Turquoise Blue #5FCFE7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.84%

 BLUE value IS 231 (90.63% from 255) = 43.34%

R = 17.82%
G = 38.84%
B = 43.34%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5FCFE7 (or 0x5FCFE7) is known color: Turquoise Blue. HEX triplet: 5F, CF and E7. RGB value is (95,207,231). Sum of RGB (Red+Green+Blue) = 95+207+231=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #5FCFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFE7 is #A03018. Grayscale: #B0B0B0. Windows color (decimal): -10498073 or 15191903. OLE color: 15191903.

HSL color Cylindrical-coordinate representation of color #5FCFE7: hue angle of 190.59º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FCFE7 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 95 207 231 -
CMYK 0.59 0.10 0 0.09
HSL 190.59º 0.74% 0.64% -
HSV(B) 190.59º 0.59% 0.91% -
XYZ 41.46 52.83 83.61 -
YUV 176.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 95 207 231 0.59 0.10 0 0.09 190.59 0.74 0.64
Hex 5F CF E7 3B A 0 9 BF 4A 40
Octal 137 317 347 73 12 0 11 277 112 100
Binary 1011111 11001111 11100111 111011 1010 0 1001 10111111 1001010 1000000

Color Harmonies of #5FCFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFE7

Black with #5FCFE7

Text Example


Text Example

White with #5FCFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,231); }

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

background-color css

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

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

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

border-color css

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

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

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