Html Css Color HEX #7DDFF1 Turquoise Blue

📋 copy color: '#7DDFF1'

red 125 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #7DDFF1

Tints of Turquoise Blue #7DDFF1

RGB

 RED value IS 125 (49.22% from 255) = 21.22%

 GREEN value IS 223 (87.5% from 255) = 37.86%

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 21.22%
G = 37.86%
B = 40.92%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7DDFF1 (or 0x7DDFF1) is known color: Turquoise Blue. HEX triplet: 7D, DF and F1. RGB value is (125,223,241). Sum of RGB (Red+Green+Blue) = 125+223+241=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DDFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDFF1 is #82200E. Grayscale: #C3C3C3. Windows color (decimal): -8527887 or 15851389. OLE color: 15851389.

HSL color Cylindrical-coordinate representation of color #7DDFF1: hue angle of 189.31º 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 #7DDFF1 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 223 241 -
CMYK 0.48 0.07 0 0.05
HSL 189.31º 0.81% 0.72% -
HSV(B) 189.31º 0.48% 0.95% -
XYZ 50.72 63.49 92.8 -
YUV 195.75 153.53 77.54 -
System Red Green Blue C M Y K H S L
Decimal 125 223 241 0.48 0.07 0 0.05 189.31 0.81 0.72
Hex 7D DF F1 30 7 0 5 BD 51 48
Octal 175 337 361 60 7 0 5 275 121 110
Binary 1111101 11011111 11110001 110000 111 0 101 10111101 1010001 1001000

Color Harmonies of #7DDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFF1

Black with #7DDFF1

Text Example


Text Example

White with #7DDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DDFF1;
 }
 .AnyTagClassName
 {
   color: #7DDFF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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