Html Css Color HEX #61CEE9 Turquoise Blue

📋 copy color: '#61CEE9'

red 97 ◦ green 206 ◦ blue 233

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

Shades of Turquoise Blue #61CEE9

Tints of Turquoise Blue #61CEE9

RGB

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

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

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

R = 18.1%
G = 38.43%
B = 43.47%

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

#61CEE9 (or 0x61CEE9) is known color: Turquoise Blue. HEX triplet: 61, CE and E9. RGB value is (97,206,233). Sum of RGB (Red+Green+Blue) = 97+206+233=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #61CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CEE9 is #9E3116. Grayscale: #B0B0B0. Windows color (decimal): -10367255 or 15322721. OLE color: 15322721.

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

Color convert

RGB 97 206 233 -
CMYK 0.58 0.12 0 0.09
HSL 191.91º 0.76% 0.65% -
HSV(B) 191.91º 0.58% 0.91% -
XYZ 41.71 52.57 85.04 -
YUV 176.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 97 206 233 0.58 0.12 0 0.09 191.91 0.76 0.65
Hex 61 CE E9 3A C 0 9 C0 4C 41
Octal 141 316 351 72 14 0 11 300 114 101
Binary 1100001 11001110 11101001 111010 1100 0 1001 11000000 1001100 1000001

Color Harmonies of #61CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CEE9

Black with #61CEE9

Text Example


Text Example

White with #61CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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