Html Css Color HEX #61CECF Medium Turquoise

📋 copy color: '#61CECF'

red 97 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #61CECF

Tints of Medium Turquoise #61CECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 19.02%
G = 40.39%
B = 40.59%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61CECF (or 0x61CECF) is known color: Medium Turquoise. HEX triplet: 61, CE and CF. RGB value is (97,206,207). Sum of RGB (Red+Green+Blue) = 97+206+207=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #61CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CECF is #9E3130. Grayscale: #ADADAD. Windows color (decimal): -10367281 or 13618785. OLE color: 13618785.

HSL color Cylindrical-coordinate representation of color #61CECF: hue angle of 180.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CECF is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 207 -
CMYK 0.53 0.00 0 0.19
HSL 180.55º 0.53% 0.6% -
HSV(B) 180.55º 0.53% 0.81% -
XYZ 38.26 51.19 66.9 -
YUV 173.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 97 206 207 0.53 0.00 0 0.19 180.55 0.53 0.6
Hex 61 CE CF 35 0 0 13 B5 35 3C
Octal 141 316 317 65 0 0 23 265 65 74
Binary 1100001 11001110 11001111 110101 0 0 10011 10110101 110101 111100

Color Harmonies of #61CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CECF

Black with #61CECF

Text Example


Text Example

White with #61CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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