Html Css Color HEX #5FDFFF Turquoise Blue

📋 copy color: '#5FDFFF'

red 95 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #5FDFFF

Tints of Turquoise Blue #5FDFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 16.58%
G = 38.92%
B = 44.5%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FDFFF (or 0x5FDFFF) is known color: Turquoise Blue. HEX triplet: 5F, DF and FF. RGB value is (95,223,255). Sum of RGB (Red+Green+Blue) = 95+223+255=573 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.58% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFFF is #A02000. Grayscale: #BCBCBC. Windows color (decimal): -10493953 or 16768863. OLE color: 16768863.

HSL color Cylindrical-coordinate representation of color #5FDFFF: hue angle of 192º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FDFFF is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 95 223 255 -
CMYK 0.63 0.13 0 0
HSL 192º 1% 0.69% -
HSV(B) 192º 0.63% 1% -
XYZ 49.16 62.43 104.07 -
YUV 188.38 165.59 61.4 -
System Red Green Blue C M Y K H S L
Decimal 95 223 255 0.63 0.13 0 0 192 1 0.69
Hex 5F DF FF 3F D 0 0 C0 64 45
Octal 137 337 377 77 15 0 0 300 144 105
Binary 1011111 11011111 11111111 111111 1101 0 0 11000000 1100100 1000101

Color Harmonies of #5FDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDFFF

Black with #5FDFFF

Text Example


Text Example

White with #5FDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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