Html Css Color HEX #61CDE8 Turquoise Blue

📋 copy color: '#61CDE8'

red 97 ◦ green 205 ◦ blue 232

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

Shades of Turquoise Blue #61CDE8

Tints of Turquoise Blue #61CDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.45%

R = 18.16%
G = 38.39%
B = 43.45%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61CDE8 (or 0x61CDE8) is known color: Turquoise Blue. HEX triplet: 61, CD and E8. RGB value is (97,205,232). Sum of RGB (Red+Green+Blue) = 97+205+232=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #61CDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CDE8 is #9E3217. Grayscale: #AFAFAF. Windows color (decimal): -10367512 or 15256929. OLE color: 15256929.

HSL color Cylindrical-coordinate representation of color #61CDE8: hue angle of 192º degrees, saturation: 0.75, 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 #61CDE8 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 205 232 -
CMYK 0.58 0.12 0 0.09
HSL 192º 0.75% 0.65% -
HSV(B) 192º 0.58% 0.91% -
XYZ 41.33 52.03 84.21 -
YUV 175.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 97 205 232 0.58 0.12 0 0.09 192 0.75 0.65
Hex 61 CD E8 3A C 0 9 C0 4B 41
Octal 141 315 350 72 14 0 11 300 113 101
Binary 1100001 11001101 11101000 111010 1100 0 1001 11000000 1001011 1000001

Color Harmonies of #61CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CDE8

Black with #61CDE8

Text Example


Text Example

White with #61CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,205,232); }

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

background-color css

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

 a { background-color: rgb(97,205,232); }

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

border-color css

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

 span { border-color: rgb(97,205,232); }

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