Html Css Color HEX #61E8FD Turquoise Blue

📋 copy color: '#61E8FD'

red 97 ◦ green 232 ◦ blue 253

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

Shades of Turquoise Blue #61E8FD

Tints of Turquoise Blue #61E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 16.67%
G = 39.86%
B = 43.47%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#61E8FD (or 0x61E8FD) is known color: Turquoise Blue. HEX triplet: 61, E8 and FD. RGB value is (97,232,253). Sum of RGB (Red+Green+Blue) = 97+232+253=582 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.67% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #61E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61E8FD is #9E1702. Grayscale: #C1C1C1. Windows color (decimal): -10360579 or 16640097. OLE color: 16640097.

HSL color Cylindrical-coordinate representation of color #61E8FD: hue angle of 188.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61E8FD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 232 253 -
CMYK 0.62 0.08 0 0.01
HSL 188.08º 0.98% 0.69% -
HSV(B) 188.08º 0.62% 0.99% -
XYZ 51.52 67.35 103.21 -
YUV 194.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 97 232 253 0.62 0.08 0 0.01 188.08 0.98 0.69
Hex 61 E8 FD 3E 8 0 1 BC 62 45
Octal 141 350 375 76 10 0 1 274 142 105
Binary 1100001 11101000 11111101 111110 1000 0 1 10111100 1100010 1000101

Color Harmonies of #61E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E8FD

Black with #61E8FD

Text Example


Text Example

White with #61E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,232,253); }

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

background-color css

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

 a { background-color: rgb(97,232,253); }

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

border-color css

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

 span { border-color: rgb(97,232,253); }

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