Html Css Color HEX #7CE3EB Turquoise Blue

📋 copy color: '#7CE3EB'

red 124 ◦ green 227 ◦ blue 235

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

Shades of Turquoise Blue #7CE3EB

Tints of Turquoise Blue #7CE3EB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.74%

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 21.16%
G = 38.74%
B = 40.1%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7CE3EB (or 0x7CE3EB) is known color: Turquoise Blue. HEX triplet: 7C, E3 and EB. RGB value is (124,227,235). Sum of RGB (Red+Green+Blue) = 124+227+235=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CE3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE3EB is #831C14. Grayscale: #C4C4C4. Windows color (decimal): -8592405 or 15459196. OLE color: 15459196.

HSL color Cylindrical-coordinate representation of color #7CE3EB: hue angle of 184.32º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE3EB is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 227 235 -
CMYK 0.47 0.03 0 0.08
HSL 184.32º 0.74% 0.7% -
HSV(B) 184.32º 0.47% 0.92% -
XYZ 50.78 65.22 88.51 -
YUV 197.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 124 227 235 0.47 0.03 0 0.08 184.32 0.74 0.7
Hex 7C E3 EB 2F 3 0 8 B8 4A 46
Octal 174 343 353 57 3 0 10 270 112 106
Binary 1111100 11100011 11101011 101111 11 0 1000 10111000 1001010 1000110

Color Harmonies of #7CE3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE3EB

Black with #7CE3EB

Text Example


Text Example

White with #7CE3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,227,235); }

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

background-color css

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

 a { background-color: rgb(124,227,235); }

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

border-color css

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

 span { border-color: rgb(124,227,235); }

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