#61D4F8

Color #61D4F8 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #61D4F8

Tints of Turquoise Blue #61D4F8

Color information

#61D4F8 (or 0x61D4F8) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and F8. RGB value is (97,212,248). Sum of RGB (Red+Green+Blue) = 97+212+248=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #61D4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4F8 is #9E2B07. Grayscale: #B5B5B5. Windows color (decimal): -10365704 or 16307297. OLE color: 16307297.

HSL color Cylindrical-coordinate representation of color #61D4F8: hue angle of 194.3º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61D4F8 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97212248-
CMYK0.610.1500.03
HSL194.3º91.52%67.65%-
HSV(B)194.3º60.89%97.25%-
XYZ45.4256.4197.3-
YUV181.72165.467.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.41%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=17.41%
G=38.06%
B=44.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972122480.610.1500.03194.391.5267.65
Hex61D4F83DF03c25c44
Octal141324370751703302134104
Binary1100001110101001111100011110111110111100001010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,212,248); }

 H1.HeaderClassName
 {
   color: #61D4F8;
 }
 .AnyTagClassName
 {
   color: #61D4F8;
 }
</style>
background-color css

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

 a { background-color: rgb(97,212,248); }

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

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

 span { border-color: rgb(97,212,248); }

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