Html Css Color HEX #60CFE1 Turquoise Blue

📋 copy color: '#60CFE1'

red 96 ◦ green 207 ◦ blue 225

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

Shades of Turquoise Blue #60CFE1

Tints of Turquoise Blue #60CFE1

RGB

 RED value IS 96 (37.89% from 255) = 18.18%

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 18.18%
G = 39.2%
B = 42.61%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#60CFE1 (or 0x60CFE1) is known color: Turquoise Blue. HEX triplet: 60, CF and E1. RGB value is (96,207,225). Sum of RGB (Red+Green+Blue) = 96+207+225=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #60CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFE1 is #9F301E. Grayscale: #AFAFAF. Windows color (decimal): -10432543 or 14798688. OLE color: 14798688.

HSL color Cylindrical-coordinate representation of color #60CFE1: hue angle of 188.37º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60CFE1 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 207 225 -
CMYK 0.57 0.08 0 0.12
HSL 188.37º 0.68% 0.63% -
HSV(B) 188.37º 0.57% 0.88% -
XYZ 40.73 52.55 79.23 -
YUV 175.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 96 207 225 0.57 0.08 0 0.12 188.37 0.68 0.63
Hex 60 CF E1 39 8 0 C BC 44 3F
Octal 140 317 341 71 10 0 14 274 104 77
Binary 1100000 11001111 11100001 111001 1000 0 1100 10111100 1000100 111111

Color Harmonies of #60CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFE1

Black with #60CFE1

Text Example


Text Example

White with #60CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60CFE1; }

 p { color: rgb(96,207,225); }

 H1.HeaderClassName
 {
   color: #60CFE1;
 }
 .AnyTagClassName
 {
   color: #60CFE1;
 }
</style>

background-color css

<style>
 a { background-color: #60CFE1; }

 a { background-color: rgb(96,207,225); }

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

border-color css

<style>
 span { border-color: #60CFE1; }

 span { border-color: rgb(96,207,225); }

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