Html Css Color HEX #7CEBE0 Turquoise Blue

📋 copy color: '#7CEBE0'

red 124 ◦ green 235 ◦ blue 224

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

Shades of Turquoise Blue #7CEBE0

Tints of Turquoise Blue #7CEBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 21.27%
G = 40.31%
B = 38.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#7CEBE0 (or 0x7CEBE0) is known color: Turquoise Blue. HEX triplet: 7C, EB and E0. RGB value is (124,235,224). Sum of RGB (Red+Green+Blue) = 124+235+224=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBE0 is #83141F. Grayscale: #C8C8C8. Windows color (decimal): -8590368 or 14740348. OLE color: 14740348.

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

Color convert

RGB 124 235 224 -
CMYK 0.47 0 0.05 0.08
HSL 174.05º 0.74% 0.7% -
HSV(B) 174.05º 0.47% 0.92% -
XYZ 51.48 69.08 81.14 -
YUV 200.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 124 235 224 0.47 0 0.05 0.08 174.05 0.74 0.7
Hex 7C EB E0 2F 0 5 8 AE 4A 46
Octal 174 353 340 57 0 5 10 256 112 106
Binary 1111100 11101011 11100000 101111 0 101 1000 10101110 1001010 1000110

Color Harmonies of #7CEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEBE0

Black with #7CEBE0

Text Example


Text Example

White with #7CEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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