Html Css Color HEX #7FDCE8 Turquoise Blue

📋 copy color: '#7FDCE8'

red 127 ◦ green 220 ◦ blue 232

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

Shades of Turquoise Blue #7FDCE8

Tints of Turquoise Blue #7FDCE8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 21.93%
G = 38%
B = 40.07%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7FDCE8 (or 0x7FDCE8) is known color: Turquoise Blue. HEX triplet: 7F, DC and E8. RGB value is (127,220,232). Sum of RGB (Red+Green+Blue) = 127+220+232=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FDCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDCE8 is #802317. Grayscale: #C1C1C1. Windows color (decimal): -8397592 or 15260799. OLE color: 15260799.

HSL color Cylindrical-coordinate representation of color #7FDCE8: hue angle of 186.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FDCE8 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 220 232 -
CMYK 0.45 0.05 0 0.09
HSL 186.86º 0.7% 0.7% -
HSV(B) 186.86º 0.45% 0.91% -
XYZ 48.91 61.52 85.64 -
YUV 193.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 127 220 232 0.45 0.05 0 0.09 186.86 0.7 0.7
Hex 7F DC E8 2D 5 0 9 BB 46 46
Octal 177 334 350 55 5 0 11 273 106 106
Binary 1111111 11011100 11101000 101101 101 0 1001 10111011 1000110 1000110

Color Harmonies of #7FDCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDCE8

Black with #7FDCE8

Text Example


Text Example

White with #7FDCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,220,232); }

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

background-color css

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

 a { background-color: rgb(127,220,232); }

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

border-color css

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

 span { border-color: rgb(127,220,232); }

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