Html Css Color HEX #60DDF1 Turquoise Blue

📋 copy color: '#60DDF1'

red 96 ◦ green 221 ◦ blue 241

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

Shades of Turquoise Blue #60DDF1

Tints of Turquoise Blue #60DDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.61%

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 17.2%
G = 39.61%
B = 43.19%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60DDF1 (or 0x60DDF1) is known color: Turquoise Blue. HEX triplet: 60, DD and F1. RGB value is (96,221,241). Sum of RGB (Red+Green+Blue) = 96+221+241=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #60DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDF1 is #9F220E. Grayscale: #B9B9B9. Windows color (decimal): -10428943 or 15850848. OLE color: 15850848.

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

Color convert

RGB 96 221 241 -
CMYK 0.60 0.08 0 0.05
HSL 188.28º 0.84% 0.66% -
HSV(B) 188.28º 0.6% 0.95% -
XYZ 46.56 60.55 92.45 -
YUV 185.91 159.09 63.87 -
System Red Green Blue C M Y K H S L
Decimal 96 221 241 0.60 0.08 0 0.05 188.28 0.84 0.66
Hex 60 DD F1 3C 8 0 5 BC 54 42
Octal 140 335 361 74 10 0 5 274 124 102
Binary 1100000 11011101 11110001 111100 1000 0 101 10111100 1010100 1000010

Color Harmonies of #60DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DDF1

Black with #60DDF1

Text Example


Text Example

White with #60DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,221,241); }

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

background-color css

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

 a { background-color: rgb(96,221,241); }

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

border-color css

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

 span { border-color: rgb(96,221,241); }

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