Html Css Color HEX #61CFEB Turquoise Blue

📋 copy color: '#61CFEB'

red 97 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #61CFEB

Tints of Turquoise Blue #61CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 18%
G = 38.4%
B = 43.6%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#61CFEB (or 0x61CFEB) is known color: Turquoise Blue. HEX triplet: 61, CF and EB. RGB value is (97,207,235). Sum of RGB (Red+Green+Blue) = 97+207+235=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #61CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CFEB is #9E3014. Grayscale: #B1B1B1. Windows color (decimal): -10366997 or 15454049. OLE color: 15454049.

HSL color Cylindrical-coordinate representation of color #61CFEB: hue angle of 192.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61CFEB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 207 235 -
CMYK 0.59 0.12 0 0.08
HSL 192.17º 0.78% 0.65% -
HSV(B) 192.17º 0.59% 0.92% -
XYZ 42.24 53.17 86.63 -
YUV 177.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 97 207 235 0.59 0.12 0 0.08 192.17 0.78 0.65
Hex 61 CF EB 3B C 0 8 C0 4E 41
Octal 141 317 353 73 14 0 10 300 116 101
Binary 1100001 11001111 11101011 111011 1100 0 1000 11000000 1001110 1000001

Color Harmonies of #61CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFEB

Black with #61CFEB

Text Example


Text Example

White with #61CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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