Html Css Color HEX #7FDFED Turquoise Blue

📋 copy color: '#7FDFED'

red 127 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #7FDFED

Tints of Turquoise Blue #7FDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 21.64%
G = 37.99%
B = 40.37%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FDFED (or 0x7FDFED) is known color: Turquoise Blue. HEX triplet: 7F, DF and ED. RGB value is (127,223,237). Sum of RGB (Red+Green+Blue) = 127+223+237=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #7FDFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFED is #802012. Grayscale: #C3C3C3. Windows color (decimal): -8396819 or 15589247. OLE color: 15589247.

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

Color convert

RGB 127 223 237 -
CMYK 0.46 0.06 0 0.07
HSL 187.64º 0.75% 0.71% -
HSV(B) 187.64º 0.46% 0.93% -
XYZ 50.43 63.4 89.7 -
YUV 195.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 127 223 237 0.46 0.06 0 0.07 187.64 0.75 0.71
Hex 7F DF ED 2E 6 0 7 BC 4B 47
Octal 177 337 355 56 6 0 7 274 113 107
Binary 1111111 11011111 11101101 101110 110 0 111 10111100 1001011 1000111

Color Harmonies of #7FDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDFED

Black with #7FDFED

Text Example


Text Example

White with #7FDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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