Html Css Color HEX #60CDF2 Turquoise Blue

📋 copy color: '#60CDF2'

red 96 ◦ green 205 ◦ blue 242

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

Shades of Turquoise Blue #60CDF2

Tints of Turquoise Blue #60CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

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

R = 17.68%
G = 37.75%
B = 44.57%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60CDF2 (or 0x60CDF2) is known color: Turquoise Blue. HEX triplet: 60, CD and F2. RGB value is (96,205,242). Sum of RGB (Red+Green+Blue) = 96+205+242=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #60CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDF2 is #9F320D. Grayscale: #B0B0B0. Windows color (decimal): -10433038 or 15912288. OLE color: 15912288.

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

Color convert

RGB 96 205 242 -
CMYK 0.60 0.15 0 0.05
HSL 195.21º 0.85% 0.66% -
HSV(B) 195.21º 0.6% 0.95% -
XYZ 42.68 52.56 91.9 -
YUV 176.63 164.89 70.49 -
System Red Green Blue C M Y K H S L
Decimal 96 205 242 0.60 0.15 0 0.05 195.21 0.85 0.66
Hex 60 CD F2 3C F 0 5 C3 55 42
Octal 140 315 362 74 17 0 5 303 125 102
Binary 1100000 11001101 11110010 111100 1111 0 101 11000011 1010101 1000010

Color Harmonies of #60CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDF2

Black with #60CDF2

Text Example


Text Example

White with #60CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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