Html Css Color HEX #7CDEEF Turquoise Blue

📋 copy color: '#7CDEEF'

red 124 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #7CDEEF

Tints of Turquoise Blue #7CDEEF

RGB

 RED value IS 124 (48.83% from 255) = 21.2%

 GREEN value IS 222 (87.11% from 255) = 37.95%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 21.2%
G = 37.95%
B = 40.85%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7CDEEF (or 0x7CDEEF) is known color: Turquoise Blue. HEX triplet: 7C, DE and EF. RGB value is (124,222,239). Sum of RGB (Red+Green+Blue) = 124+222+239=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #7CDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDEEF is #832110. Grayscale: #C2C2C2. Windows color (decimal): -8593681 or 15720060. OLE color: 15720060.

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

Color convert

RGB 124 222 239 -
CMYK 0.48 0.07 0 0.06
HSL 188.87º 0.78% 0.71% -
HSV(B) 188.87º 0.48% 0.94% -
XYZ 50.01 62.76 91.14 -
YUV 194.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 124 222 239 0.48 0.07 0 0.06 188.87 0.78 0.71
Hex 7C DE EF 30 7 0 6 BD 4E 47
Octal 174 336 357 60 7 0 6 275 116 107
Binary 1111100 11011110 11101111 110000 111 0 110 10111101 1001110 1000111

Color Harmonies of #7CDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDEEF

Black with #7CDEEF

Text Example


Text Example

White with #7CDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,222,239); }

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

background-color css

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

 a { background-color: rgb(124,222,239); }

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

border-color css

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

 span { border-color: rgb(124,222,239); }

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