Html Css Color HEX #60DFFF Turquoise Blue

📋 copy color: '#60DFFF'

red 96 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #60DFFF

Tints of Turquoise Blue #60DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

 BLUE value IS 255 (100% from 255) = 44.43%

R = 16.72%
G = 38.85%
B = 44.43%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60DFFF (or 0x60DFFF) is known color: Turquoise Blue. HEX triplet: 60, DF and FF. RGB value is (96,223,255). Sum of RGB (Red+Green+Blue) = 96+223+255=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #60DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFFF is #9F2000. Grayscale: #BCBCBC. Windows color (decimal): -10428417 or 16768864. OLE color: 16768864.

HSL color Cylindrical-coordinate representation of color #60DFFF: hue angle of 192.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DFFF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 223 255 -
CMYK 0.62 0.13 0 0
HSL 192.08º 1% 0.69% -
HSV(B) 192.08º 0.62% 1% -
XYZ 49.26 62.48 104.07 -
YUV 188.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 96 223 255 0.62 0.13 0 0 192.08 1 0.69
Hex 60 DF FF 3E D 0 0 C0 64 45
Octal 140 337 377 76 15 0 0 300 144 105
Binary 1100000 11011111 11111111 111110 1101 0 0 11000000 1100100 1000101

Color Harmonies of #60DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFFF

Black with #60DFFF

Text Example


Text Example

White with #60DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,223,255); }

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

background-color css

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

 a { background-color: rgb(96,223,255); }

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

border-color css

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

 span { border-color: rgb(96,223,255); }

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