Html Css Color HEX #7CDFDC Turquoise Blue

📋 copy color: '#7CDFDC'

red 124 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #7CDFDC

Tints of Turquoise Blue #7CDFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.33%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 21.87%
G = 39.33%
B = 38.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#7CDFDC (or 0x7CDFDC) is known color: Turquoise Blue. HEX triplet: 7C, DF and DC. RGB value is (124,223,220). Sum of RGB (Red+Green+Blue) = 124+223+220=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFDC is #832023. Grayscale: #C0C0C0. Windows color (decimal): -8593444 or 14475132. OLE color: 14475132.

HSL color Cylindrical-coordinate representation of color #7CDFDC: hue angle of 178.18º 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 #7CDFDC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 223 220 -
CMYK 0.44 0 0.01 0.13
HSL 178.18º 0.61% 0.68% -
HSV(B) 178.18º 0.44% 0.87% -
XYZ 47.62 62.23 77.21 -
YUV 193.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 124 223 220 0.44 0 0.01 0.13 178.18 0.61 0.68
Hex 7C DF DC 2C 0 1 D B2 3D 44
Octal 174 337 334 54 0 1 15 262 75 104
Binary 1111100 11011111 11011100 101100 0 1 1101 10110010 111101 1000100

Color Harmonies of #7CDFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDFDC

Black with #7CDFDC

Text Example


Text Example

White with #7CDFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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