Html Css Color HEX #7CE4ED Turquoise Blue

📋 copy color: '#7CE4ED'

red 124 ◦ green 228 ◦ blue 237

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

Shades of Turquoise Blue #7CE4ED

Tints of Turquoise Blue #7CE4ED

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.71%

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 21.05%
G = 38.71%
B = 40.24%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7CE4ED (or 0x7CE4ED) is known color: Turquoise Blue. HEX triplet: 7C, E4 and ED. RGB value is (124,228,237). Sum of RGB (Red+Green+Blue) = 124+228+237=589 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.05% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #7CE4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE4ED is #831B12. Grayscale: #C5C5C5. Windows color (decimal): -8592147 or 15590524. OLE color: 15590524.

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

Color convert

RGB 124 228 237 -
CMYK 0.48 0.04 0 0.07
HSL 184.78º 0.76% 0.71% -
HSV(B) 184.78º 0.48% 0.93% -
XYZ 51.34 65.89 90.13 -
YUV 197.93 150.04 75.27 -
System Red Green Blue C M Y K H S L
Decimal 124 228 237 0.48 0.04 0 0.07 184.78 0.76 0.71
Hex 7C E4 ED 30 4 0 7 B9 4C 47
Octal 174 344 355 60 4 0 7 271 114 107
Binary 1111100 11100100 11101101 110000 100 0 111 10111001 1001100 1000111

Color Harmonies of #7CE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE4ED

Black with #7CE4ED

Text Example


Text Example

White with #7CE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,228,237); }

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

background-color css

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

 a { background-color: rgb(124,228,237); }

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

border-color css

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

 span { border-color: rgb(124,228,237); }

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