Html Css Color HEX #7CDEDF Turquoise Blue

📋 copy color: '#7CDEDF'

red 124 ◦ green 222 ◦ blue 223

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

Shades of Turquoise Blue #7CDEDF

Tints of Turquoise Blue #7CDEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.02%

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

R = 21.79%
G = 39.02%
B = 39.19%

CMYK

 C value IS 0.44

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7CDEDF (or 0x7CDEDF) is known color: Turquoise Blue. HEX triplet: 7C, DE and DF. RGB value is (124,222,223). Sum of RGB (Red+Green+Blue) = 124+222+223=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEDF is #832120. Grayscale: #C0C0C0. Windows color (decimal): -8593697 or 14671484. OLE color: 14671484.

HSL color Cylindrical-coordinate representation of color #7CDEDF: hue angle of 180.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDEDF is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 222 223 -
CMYK 0.44 0.00 0 0.13
HSL 180.61º 0.61% 0.68% -
HSV(B) 180.61º 0.44% 0.87% -
XYZ 47.75 61.86 79.23 -
YUV 192.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 124 222 223 0.44 0.00 0 0.13 180.61 0.61 0.68
Hex 7C DE DF 2C 0 0 D B5 3D 44
Octal 174 336 337 54 0 0 15 265 75 104
Binary 1111100 11011110 11011111 101100 0 0 1101 10110101 111101 1000100

Color Harmonies of #7CDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDEDF

Black with #7CDEDF

Text Example


Text Example

White with #7CDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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