Html Css Color HEX #5FDFEE Turquoise Blue

📋 copy color: '#5FDFEE'

red 95 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #5FDFEE

Tints of Turquoise Blue #5FDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 17.09%
G = 40.11%
B = 42.81%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FDFEE (or 0x5FDFEE) is known color: Turquoise Blue. HEX triplet: 5F, DF and EE. RGB value is (95,223,238). Sum of RGB (Red+Green+Blue) = 95+223+238=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFEE is #A02011. Grayscale: #BABABA. Windows color (decimal): -10493970 or 15654751. OLE color: 15654751.

HSL color Cylindrical-coordinate representation of color #5FDFEE: hue angle of 186.29º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FDFEE is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 223 238 -
CMYK 0.60 0.06 0 0.07
HSL 186.29º 0.81% 0.65% -
HSV(B) 186.29º 0.6% 0.93% -
XYZ 46.54 61.38 90.28 -
YUV 186.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 95 223 238 0.60 0.06 0 0.07 186.29 0.81 0.65
Hex 5F DF EE 3C 6 0 7 BA 51 41
Octal 137 337 356 74 6 0 7 272 121 101
Binary 1011111 11011111 11101110 111100 110 0 111 10111010 1010001 1000001

Color Harmonies of #5FDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDFEE

Black with #5FDFEE

Text Example


Text Example

White with #5FDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,223,238); }

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

background-color css

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

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

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

border-color css

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

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

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