Html Css Color HEX #61CEE8 Turquoise Blue

📋 copy color: '#61CEE8'

red 97 ◦ green 206 ◦ blue 232

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

Shades of Turquoise Blue #61CEE8

Tints of Turquoise Blue #61CEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

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

R = 18.13%
G = 38.5%
B = 43.36%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#61CEE8 (or 0x61CEE8) is known color: Turquoise Blue. HEX triplet: 61, CE and E8. RGB value is (97,206,232). Sum of RGB (Red+Green+Blue) = 97+206+232=535 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.13% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #61CEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CEE8 is #9E3117. Grayscale: #B0B0B0. Windows color (decimal): -10367256 or 15257185. OLE color: 15257185.

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

Color convert

RGB 97 206 232 -
CMYK 0.58 0.11 0 0.09
HSL 191.56º 0.75% 0.65% -
HSV(B) 191.56º 0.58% 0.91% -
XYZ 41.57 52.51 84.29 -
YUV 176.37 159.39 71.39 -
System Red Green Blue C M Y K H S L
Decimal 97 206 232 0.58 0.11 0 0.09 191.56 0.75 0.65
Hex 61 CE E8 3A B 0 9 C0 4B 41
Octal 141 316 350 72 13 0 11 300 113 101
Binary 1100001 11001110 11101000 111010 1011 0 1001 11000000 1001011 1000001

Color Harmonies of #61CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CEE8

Black with #61CEE8

Text Example


Text Example

White with #61CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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