Html Css Color HEX #61D7E9 Turquoise Blue

📋 copy color: '#61D7E9'

red 97 ◦ green 215 ◦ blue 233

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

Shades of Turquoise Blue #61D7E9

Tints of Turquoise Blue #61D7E9

RGB

 RED value IS 97 (38.28% from 255) = 17.8%

 GREEN value IS 215 (84.38% from 255) = 39.45%

 BLUE value IS 233 (91.41% from 255) = 42.75%

R = 17.8%
G = 39.45%
B = 42.75%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61D7E9 (or 0x61D7E9) is known color: Turquoise Blue. HEX triplet: 61, D7 and E9. RGB value is (97,215,233). Sum of RGB (Red+Green+Blue) = 97+215+233=545 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.80% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #61D7E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D7E9 is #9E2816. Grayscale: #B5B5B5. Windows color (decimal): -10364951 or 15325025. OLE color: 15325025.

HSL color Cylindrical-coordinate representation of color #61D7E9: hue angle of 187.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61D7E9 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 215 233 -
CMYK 0.58 0.08 0 0.09
HSL 187.94º 0.76% 0.65% -
HSV(B) 187.94º 0.58% 0.91% -
XYZ 43.94 57.03 85.78 -
YUV 181.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 97 215 233 0.58 0.08 0 0.09 187.94 0.76 0.65
Hex 61 D7 E9 3A 8 0 9 BC 4C 41
Octal 141 327 351 72 10 0 11 274 114 101
Binary 1100001 11010111 11101001 111010 1000 0 1001 10111100 1001100 1000001

Color Harmonies of #61D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D7E9

Black with #61D7E9

Text Example


Text Example

White with #61D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61D7E9; }

 p { color: rgb(97,215,233); }

 H1.HeaderClassName
 {
   color: #61D7E9;
 }
 .AnyTagClassName
 {
   color: #61D7E9;
 }
</style>

background-color css

<style>
 a { background-color: #61D7E9; }

 a { background-color: rgb(97,215,233); }

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

border-color css

<style>
 span { border-color: #61D7E9; }

 span { border-color: rgb(97,215,233); }

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