Html Css Color HEX #60CEE7 Turquoise Blue

📋 copy color: '#60CEE7'

red 96 ◦ green 206 ◦ blue 231

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

Shades of Turquoise Blue #60CEE7

Tints of Turquoise Blue #60CEE7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.65%

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

R = 18.01%
G = 38.65%
B = 43.34%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60CEE7 (or 0x60CEE7) is known color: Turquoise Blue. HEX triplet: 60, CE and E7. RGB value is (96,206,231). Sum of RGB (Red+Green+Blue) = 96+206+231=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 206 (80.86% from 255 or 38.65% 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 #60CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEE7 is #9F3118. Grayscale: #AFAFAF. Windows color (decimal): -10432793 or 15191648. OLE color: 15191648.

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

Color convert

RGB 96 206 231 -
CMYK 0.58 0.11 0 0.09
HSL 191.11º 0.74% 0.64% -
HSV(B) 191.11º 0.58% 0.91% -
XYZ 41.32 52.4 83.54 -
YUV 175.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 96 206 231 0.58 0.11 0 0.09 191.11 0.74 0.64
Hex 60 CE E7 3A B 0 9 BF 4A 40
Octal 140 316 347 72 13 0 11 277 112 100
Binary 1100000 11001110 11100111 111010 1011 0 1001 10111111 1001010 1000000

Color Harmonies of #60CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEE7

Black with #60CEE7

Text Example


Text Example

White with #60CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,206,231); }

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

background-color css

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

 a { background-color: rgb(96,206,231); }

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

border-color css

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

 span { border-color: rgb(96,206,231); }

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