Html Css Color HEX #61E4F3 Turquoise Blue

📋 copy color: '#61E4F3'

red 97 ◦ green 228 ◦ blue 243

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

Shades of Turquoise Blue #61E4F3

Tints of Turquoise Blue #61E4F3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.14%

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

R = 17.08%
G = 40.14%
B = 42.78%

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

#61E4F3 (or 0x61E4F3) is known color: Turquoise Blue. HEX triplet: 61, E4 and F3. RGB value is (97,228,243). Sum of RGB (Red+Green+Blue) = 97+228+243=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #61E4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61E4F3 is #9E1B0C. Grayscale: #BEBEBE. Windows color (decimal): -10361613 or 15983713. OLE color: 15983713.

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

Color convert

RGB 97 228 243 -
CMYK 0.60 0.06 0 0.05
HSL 186.16º 0.86% 0.67% -
HSV(B) 186.16º 0.6% 0.95% -
XYZ 48.85 64.5 94.67 -
YUV 190.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 97 228 243 0.60 0.06 0 0.05 186.16 0.86 0.67
Hex 61 E4 F3 3C 6 0 5 BA 56 43
Octal 141 344 363 74 6 0 5 272 126 103
Binary 1100001 11100100 11110011 111100 110 0 101 10111010 1010110 1000011

Color Harmonies of #61E4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E4F3

Black with #61E4F3

Text Example


Text Example

White with #61E4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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