Html Css Color HEX #7FDFF1 Turquoise Blue

📋 copy color: '#7FDFF1'

red 127 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #7FDFF1

Tints of Turquoise Blue #7FDFF1

RGB

 RED value IS 127 (50% from 255) = 21.49%

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

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

R = 21.49%
G = 37.73%
B = 40.78%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7FDFF1 (or 0x7FDFF1) is known color: Turquoise Blue. HEX triplet: 7F, DF and F1. RGB value is (127,223,241). Sum of RGB (Red+Green+Blue) = 127+223+241=591 (78% of max value = 765). Red value is 127 (50% from 255 or 21.49% from 591); Green value is 223 (87.5% from 255 or 37.73% 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 #7FDFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFF1 is #80200E. Grayscale: #C4C4C4. Windows color (decimal): -8396815 or 15851391. OLE color: 15851391.

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

Color convert

RGB 127 223 241 -
CMYK 0.47 0.07 0 0.05
HSL 189.47º 0.8% 0.72% -
HSV(B) 189.47º 0.47% 0.95% -
XYZ 51.02 63.64 92.81 -
YUV 196.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 127 223 241 0.47 0.07 0 0.05 189.47 0.8 0.72
Hex 7F DF F1 2F 7 0 5 BD 50 48
Octal 177 337 361 57 7 0 5 275 120 110
Binary 1111111 11011111 11110001 101111 111 0 101 10111101 1010000 1001000

Color Harmonies of #7FDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDFF1

Black with #7FDFF1

Text Example


Text Example

White with #7FDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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