Html Css Color HEX #61F3E5 Turquoise Blue

📋 copy color: '#61F3E5'

red 97 ◦ green 243 ◦ blue 229

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

Shades of Turquoise Blue #61F3E5

Tints of Turquoise Blue #61F3E5

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#61F3E5 (or 0x61F3E5) is known color: Turquoise Blue. HEX triplet: 61, F3 and E5. RGB value is (97,243,229). Sum of RGB (Red+Green+Blue) = 97+243+229=569 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.05% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #61F3E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F3E5 is #9E0C1A. Grayscale: #C5C5C5. Windows color (decimal): -10357787 or 15070049. OLE color: 15070049.

HSL color Cylindrical-coordinate representation of color #61F3E5: hue angle of 174.25º 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 #61F3E5 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 243 229 -
CMYK 0.60 0 0.06 0.05
HSL 174.25º 0.86% 0.67% -
HSV(B) 174.25º 0.6% 0.95% -
XYZ 51.12 72.3 85.39 -
YUV 197.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 97 243 229 0.60 0 0.06 0.05 174.25 0.86 0.67
Hex 61 F3 E5 3C 0 6 5 AE 56 43
Octal 141 363 345 74 0 6 5 256 126 103
Binary 1100001 11110011 11100101 111100 0 110 101 10101110 1010110 1000011

Color Harmonies of #61F3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F3E5

Black with #61F3E5

Text Example


Text Example

White with #61F3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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