#7DE1F1

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

Shades of Turquoise Blue #7DE1F1

Tints of Turquoise Blue #7DE1F1

Color information

#7DE1F1 (or 0x7DE1F1) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E1 and F1. RGB value is (125,225,241). Sum of RGB (Red+Green+Blue) = 125+225+241=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DE1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE1F1 is #821E0E. Grayscale: #C4C4C4. Windows color (decimal): -8527375 or 15851901. OLE color: 15851901.

HSL color Cylindrical-coordinate representation of color #7DE1F1: hue angle of 188.28º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE1F1 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125225241-
CMYK0.480.0700.05
HSL188.28º80.56%71.76%-
HSV(B)188.28º48.13%94.51%-
XYZ51.2664.5692.98-
YUV196.92152.8776.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.15%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=21.15%
G=38.07%
B=40.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252252410.480.0700.05188.2880.5671.76
Hex7DE1F130705bc5148
Octal17534136160705274121110
Binary1111101111000011111000111000011101011011110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DE1F1; }

 p { color: rgb(125,225,241); }

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

<style>
 a { background-color: #7DE1F1; }

 a { background-color: rgb(125,225,241); }

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

<style>
 span { border-color: #7DE1F1; }

 span { border-color: rgb(125,225,241); }

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