Html Css Color HEX #7FDFEA Turquoise Blue

📋 copy color: '#7FDFEA'

red 127 ◦ green 223 ◦ blue 234

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

Shades of Turquoise Blue #7FDFEA

Tints of Turquoise Blue #7FDFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 21.75%
G = 38.18%
B = 40.07%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7FDFEA (or 0x7FDFEA) is known color: Turquoise Blue. HEX triplet: 7F, DF and EA. RGB value is (127,223,234). Sum of RGB (Red+Green+Blue) = 127+223+234=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FDFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFEA is #802015. Grayscale: #C3C3C3. Windows color (decimal): -8396822 or 15392639. OLE color: 15392639.

HSL color Cylindrical-coordinate representation of color #7FDFEA: hue angle of 186.17º degrees, saturation: 0.72, 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 #7FDFEA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 223 234 -
CMYK 0.46 0.05 0 0.08
HSL 186.17º 0.72% 0.71% -
HSV(B) 186.17º 0.46% 0.92% -
XYZ 49.99 63.23 87.41 -
YUV 195.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 127 223 234 0.46 0.05 0 0.08 186.17 0.72 0.71
Hex 7F DF EA 2E 5 0 8 BA 48 47
Octal 177 337 352 56 5 0 10 272 110 107
Binary 1111111 11011111 11101010 101110 101 0 1000 10111010 1001000 1000111

Color Harmonies of #7FDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDFEA

Black with #7FDFEA

Text Example


Text Example

White with #7FDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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