Html Css Color HEX #7FDFE8 Turquoise Blue

📋 copy color: '#7FDFE8'

red 127 ◦ green 223 ◦ blue 232

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

Shades of Turquoise Blue #7FDFE8

Tints of Turquoise Blue #7FDFE8

RGB

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

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

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

R = 21.82%
G = 38.32%
B = 39.86%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7FDFE8 (or 0x7FDFE8) is known color: Turquoise Blue. HEX triplet: 7F, DF and E8. RGB value is (127,223,232). Sum of RGB (Red+Green+Blue) = 127+223+232=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FDFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFE8 is #802017. Grayscale: #C3C3C3. Windows color (decimal): -8396824 or 15261567. OLE color: 15261567.

HSL color Cylindrical-coordinate representation of color #7FDFE8: hue angle of 185.14º 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 #7FDFE8 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 223 232 -
CMYK 0.45 0.04 0 0.09
HSL 185.14º 0.7% 0.7% -
HSV(B) 185.14º 0.45% 0.91% -
XYZ 49.71 63.11 85.91 -
YUV 195.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 127 223 232 0.45 0.04 0 0.09 185.14 0.7 0.7
Hex 7F DF E8 2D 4 0 9 B9 46 46
Octal 177 337 350 55 4 0 11 271 106 106
Binary 1111111 11011111 11101000 101101 100 0 1001 10111001 1000110 1000110

Color Harmonies of #7FDFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDFE8

Black with #7FDFE8

Text Example


Text Example

White with #7FDFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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