Html Css Color HEX #7CEBE3 Turquoise Blue

📋 copy color: '#7CEBE3'

red 124 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #7CEBE3

Tints of Turquoise Blue #7CEBE3

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#7CEBE3 (or 0x7CEBE3) is known color: Turquoise Blue. HEX triplet: 7C, EB and E3. RGB value is (124,235,227). Sum of RGB (Red+Green+Blue) = 124+235+227=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBE3 is #83141C. Grayscale: #C8C8C8. Windows color (decimal): -8590365 or 14936956. OLE color: 14936956.

HSL color Cylindrical-coordinate representation of color #7CEBE3: hue angle of 175.68º 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 #7CEBE3 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 235 227 -
CMYK 0.47 0 0.03 0.08
HSL 175.68º 0.74% 0.7% -
HSV(B) 175.68º 0.47% 0.92% -
XYZ 51.89 69.25 83.3 -
YUV 200.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 124 235 227 0.47 0 0.03 0.08 175.68 0.74 0.7
Hex 7C EB E3 2F 0 3 8 B0 4A 46
Octal 174 353 343 57 0 3 10 260 112 106
Binary 1111100 11101011 11100011 101111 0 11 1000 10110000 1001010 1000110

Color Harmonies of #7CEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEBE3

Black with #7CEBE3

Text Example


Text Example

White with #7CEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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