Html Css Color HEX #60CBF2 Turquoise Blue

📋 copy color: '#60CBF2'

red 96 ◦ green 203 ◦ blue 242

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

Shades of Turquoise Blue #60CBF2

Tints of Turquoise Blue #60CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.52%

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 17.74%
G = 37.52%
B = 44.73%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60CBF2 (or 0x60CBF2) is known color: Turquoise Blue. HEX triplet: 60, CB and F2. RGB value is (96,203,242). Sum of RGB (Red+Green+Blue) = 96+203+242=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #60CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBF2 is #9F340D. Grayscale: #AFAFAF. Windows color (decimal): -10433550 or 15911776. OLE color: 15911776.

HSL color Cylindrical-coordinate representation of color #60CBF2: hue angle of 196.03º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CBF2 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 203 242 -
CMYK 0.60 0.16 0 0.05
HSL 196.03º 0.85% 0.66% -
HSV(B) 196.03º 0.6% 0.95% -
XYZ 42.21 51.61 91.74 -
YUV 175.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 96 203 242 0.60 0.16 0 0.05 196.03 0.85 0.66
Hex 60 CB F2 3C 10 0 5 C4 55 42
Octal 140 313 362 74 20 0 5 304 125 102
Binary 1100000 11001011 11110010 111100 10000 0 101 11000100 1010101 1000010

Color Harmonies of #60CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBF2

Black with #60CBF2

Text Example


Text Example

White with #60CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,203,242); }

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

background-color css

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

 a { background-color: rgb(96,203,242); }

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

border-color css

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

 span { border-color: rgb(96,203,242); }

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