Html Css Color HEX #60CFEE Turquoise Blue

📋 copy color: '#60CFEE'

red 96 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #60CFEE

Tints of Turquoise Blue #60CFEE

RGB

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

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

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

R = 17.74%
G = 38.26%
B = 43.99%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60CFEE (or 0x60CFEE) is known color: Turquoise Blue. HEX triplet: 60, CF and EE. RGB value is (96,207,238). Sum of RGB (Red+Green+Blue) = 96+207+238=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #60CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFEE is #9F3011. Grayscale: #B1B1B1. Windows color (decimal): -10432530 or 15650656. OLE color: 15650656.

HSL color Cylindrical-coordinate representation of color #60CFEE: hue angle of 193.1º 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 #60CFEE is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 207 238 -
CMYK 0.60 0.13 0 0.07
HSL 193.1º 0.81% 0.65% -
HSV(B) 193.1º 0.6% 0.93% -
XYZ 42.57 53.29 88.93 -
YUV 177.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 96 207 238 0.60 0.13 0 0.07 193.1 0.81 0.65
Hex 60 CF EE 3C D 0 7 C1 51 41
Octal 140 317 356 74 15 0 7 301 121 101
Binary 1100000 11001111 11101110 111100 1101 0 111 11000001 1010001 1000001

Color Harmonies of #60CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFEE

Black with #60CFEE

Text Example


Text Example

White with #60CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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