Html Css Color HEX #7FDDE8 Turquoise Blue

📋 copy color: '#7FDDE8'

red 127 ◦ green 221 ◦ blue 232

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

Shades of Turquoise Blue #7FDDE8

Tints of Turquoise Blue #7FDDE8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 21.9%
G = 38.1%
B = 40%

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

#7FDDE8 (or 0x7FDDE8) is known color: Turquoise Blue. HEX triplet: 7F, DD and E8. RGB value is (127,221,232). Sum of RGB (Red+Green+Blue) = 127+221+232=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FDDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDE8 is #802217. Grayscale: #C2C2C2. Windows color (decimal): -8397336 or 15261055. OLE color: 15261055.

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

Color convert

RGB 127 221 232 -
CMYK 0.45 0.05 0 0.09
HSL 186.29º 0.7% 0.7% -
HSV(B) 186.29º 0.45% 0.91% -
XYZ 49.17 62.05 85.73 -
YUV 194.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 127 221 232 0.45 0.05 0 0.09 186.29 0.7 0.7
Hex 7F DD E8 2D 5 0 9 BA 46 46
Octal 177 335 350 55 5 0 11 272 106 106
Binary 1111111 11011101 11101000 101101 101 0 1001 10111010 1000110 1000110

Color Harmonies of #7FDDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDE8

Black with #7FDDE8

Text Example


Text Example

White with #7FDDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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