Html Css Color HEX #7FDEEE Turquoise Blue

📋 copy color: '#7FDEEE'

red 127 ◦ green 222 ◦ blue 238

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

Shades of Turquoise Blue #7FDEEE

Tints of Turquoise Blue #7FDEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 21.64%
G = 37.82%
B = 40.55%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FDEEE (or 0x7FDEEE) is known color: Turquoise Blue. HEX triplet: 7F, DE and EE. RGB value is (127,222,238). Sum of RGB (Red+Green+Blue) = 127+222+238=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEEE is #802111. Grayscale: #C3C3C3. Windows color (decimal): -8397074 or 15654527. OLE color: 15654527.

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

Color convert

RGB 127 222 238 -
CMYK 0.47 0.07 0 0.07
HSL 188.65º 0.77% 0.72% -
HSV(B) 188.65º 0.47% 0.93% -
XYZ 50.31 62.93 90.38 -
YUV 195.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 127 222 238 0.47 0.07 0 0.07 188.65 0.77 0.72
Hex 7F DE EE 2F 7 0 7 BD 4D 48
Octal 177 336 356 57 7 0 7 275 115 110
Binary 1111111 11011110 11101110 101111 111 0 111 10111101 1001101 1001000

Color Harmonies of #7FDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDEEE

Black with #7FDEEE

Text Example


Text Example

White with #7FDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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