Html Css Color HEX #7CE6DF Turquoise Blue

📋 copy color: '#7CE6DF'

red 124 ◦ green 230 ◦ blue 223

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

Shades of Turquoise Blue #7CE6DF

Tints of Turquoise Blue #7CE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.86%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 21.49%
G = 39.86%
B = 38.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#7CE6DF (or 0x7CE6DF) is known color: Turquoise Blue. HEX triplet: 7C, E6 and DF. RGB value is (124,230,223). Sum of RGB (Red+Green+Blue) = 124+230+223=577 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.49% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6DF is #831920. Grayscale: #C5C5C5. Windows color (decimal): -8591649 or 14673532. OLE color: 14673532.

HSL color Cylindrical-coordinate representation of color #7CE6DF: hue angle of 176.04º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE6DF is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 124 230 223 -
CMYK 0.46 0 0.03 0.10
HSL 176.04º 0.68% 0.69% -
HSV(B) 176.04º 0.46% 0.9% -
XYZ 49.93 66.21 79.96 -
YUV 197.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 124 230 223 0.46 0 0.03 0.10 176.04 0.68 0.69
Hex 7C E6 DF 2E 0 3 A B0 44 45
Octal 174 346 337 56 0 3 12 260 104 105
Binary 1111100 11100110 11011111 101110 0 11 1010 10110000 1000100 1000101

Color Harmonies of #7CE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE6DF

Black with #7CE6DF

Text Example


Text Example

White with #7CE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,230,223); }

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

background-color css

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

 a { background-color: rgb(124,230,223); }

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

border-color css

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

 span { border-color: rgb(124,230,223); }

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