Html Css Color HEX #7FDEEB Turquoise Blue

📋 copy color: '#7FDEEB'

red 127 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #7FDEEB

Tints of Turquoise Blue #7FDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 21.75%
G = 38.01%
B = 40.24%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7FDEEB (or 0x7FDEEB) is known color: Turquoise Blue. HEX triplet: 7F, DE and EB. RGB value is (127,222,235). Sum of RGB (Red+Green+Blue) = 127+222+235=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEEB is #802114. Grayscale: #C2C2C2. Windows color (decimal): -8397077 or 15457919. OLE color: 15457919.

HSL color Cylindrical-coordinate representation of color #7FDEEB: hue angle of 187.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FDEEB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 222 235 -
CMYK 0.46 0.06 0 0.08
HSL 187.22º 0.73% 0.71% -
HSV(B) 187.22º 0.46% 0.92% -
XYZ 49.87 62.75 88.08 -
YUV 195.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 127 222 235 0.46 0.06 0 0.08 187.22 0.73 0.71
Hex 7F DE EB 2E 6 0 8 BB 49 47
Octal 177 336 353 56 6 0 10 273 111 107
Binary 1111111 11011110 11101011 101110 110 0 1000 10111011 1001001 1000111

Color Harmonies of #7FDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDEEB

Black with #7FDEEB

Text Example


Text Example

White with #7FDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,222,235); }

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

background-color css

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

 a { background-color: rgb(127,222,235); }

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

border-color css

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

 span { border-color: rgb(127,222,235); }

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