Html Css Color HEX #61E5F3 Turquoise Blue

📋 copy color: '#61E5F3'

red 97 ◦ green 229 ◦ blue 243

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

Shades of Turquoise Blue #61E5F3

Tints of Turquoise Blue #61E5F3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.25%

 BLUE value IS 243 (95.31% from 255) = 42.71%

R = 17.05%
G = 40.25%
B = 42.71%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#61E5F3 (or 0x61E5F3) is known color: Turquoise Blue. HEX triplet: 61, E5 and F3. RGB value is (97,229,243). Sum of RGB (Red+Green+Blue) = 97+229+243=569 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.05% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #61E5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E5F3 is #9E1A0C. Grayscale: #BEBEBE. Windows color (decimal): -10361357 or 15983969. OLE color: 15983969.

HSL color Cylindrical-coordinate representation of color #61E5F3: hue angle of 185.75º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61E5F3 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 229 243 -
CMYK 0.60 0.06 0 0.05
HSL 185.75º 0.86% 0.67% -
HSV(B) 185.75º 0.6% 0.95% -
XYZ 49.13 65.05 94.76 -
YUV 191.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 97 229 243 0.60 0.06 0 0.05 185.75 0.86 0.67
Hex 61 E5 F3 3C 6 0 5 BA 56 43
Octal 141 345 363 74 6 0 5 272 126 103
Binary 1100001 11100101 11110011 111100 110 0 101 10111010 1010110 1000011

Color Harmonies of #61E5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E5F3

Black with #61E5F3

Text Example


Text Example

White with #61E5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,229,243); }

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

background-color css

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

 a { background-color: rgb(97,229,243); }

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

border-color css

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

 span { border-color: rgb(97,229,243); }

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