Html Css Color HEX #7CDFEC Turquoise Blue

📋 copy color: '#7CDFEC'

red 124 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #7CDFEC

Tints of Turquoise Blue #7CDFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 21.27%
G = 38.25%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7CDFEC (or 0x7CDFEC) is known color: Turquoise Blue. HEX triplet: 7C, DF and EC. RGB value is (124,223,236). Sum of RGB (Red+Green+Blue) = 124+223+236=583 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.27% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDFEC is #832013. Grayscale: #C2C2C2. Windows color (decimal): -8593428 or 15523708. OLE color: 15523708.

HSL color Cylindrical-coordinate representation of color #7CDFEC: hue angle of 186.96º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CDFEC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 223 236 -
CMYK 0.47 0.06 0 0.07
HSL 186.96º 0.75% 0.71% -
HSV(B) 186.96º 0.47% 0.93% -
XYZ 49.84 63.12 88.91 -
YUV 194.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 124 223 236 0.47 0.06 0 0.07 186.96 0.75 0.71
Hex 7C DF EC 2F 6 0 7 BB 4B 47
Octal 174 337 354 57 6 0 7 273 113 107
Binary 1111100 11011111 11101100 101111 110 0 111 10111011 1001011 1000111

Color Harmonies of #7CDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDFEC

Black with #7CDFEC

Text Example


Text Example

White with #7CDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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