Html Css Color HEX #61F0DF Turquoise Blue

📋 copy color: '#61F0DF'

red 97 ◦ green 240 ◦ blue 223

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

Shades of Turquoise Blue #61F0DF

Tints of Turquoise Blue #61F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.86%

 BLUE value IS 223 (87.5% from 255) = 39.82%

R = 17.32%
G = 42.86%
B = 39.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#61F0DF (or 0x61F0DF) is known color: Turquoise Blue. HEX triplet: 61, F0 and DF. RGB value is (97,240,223). Sum of RGB (Red+Green+Blue) = 97+240+223=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0DF is #9E0F20. Grayscale: #C3C3C3. Windows color (decimal): -10358561 or 14676065. OLE color: 14676065.

HSL color Cylindrical-coordinate representation of color #61F0DF: hue angle of 172.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0DF is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 240 223 -
CMYK 0.60 0 0.07 0.06
HSL 172.87º 0.83% 0.66% -
HSV(B) 172.87º 0.6% 0.94% -
XYZ 49.41 70.19 80.76 -
YUV 195.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 97 240 223 0.60 0 0.07 0.06 172.87 0.83 0.66
Hex 61 F0 DF 3C 0 7 6 AD 53 42
Octal 141 360 337 74 0 7 6 255 123 102
Binary 1100001 11110000 11011111 111100 0 111 110 10101101 1010011 1000010

Color Harmonies of #61F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F0DF

Black with #61F0DF

Text Example


Text Example

White with #61F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,240,223); }

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

background-color css

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

 a { background-color: rgb(97,240,223); }

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

border-color css

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

 span { border-color: rgb(97,240,223); }

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