Html Css Color HEX #7CDEEA Turquoise Blue

📋 copy color: '#7CDEEA'

red 124 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #7CDEEA

Tints of Turquoise Blue #7CDEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 21.38%
G = 38.28%
B = 40.34%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7CDEEA (or 0x7CDEEA) is known color: Turquoise Blue. HEX triplet: 7C, DE and EA. RGB value is (124,222,234). Sum of RGB (Red+Green+Blue) = 124+222+234=580 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.38% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #7CDEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDEEA is #832115. Grayscale: #C1C1C1. Windows color (decimal): -8593686 or 15392380. OLE color: 15392380.

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

Color convert

RGB 124 222 234 -
CMYK 0.47 0.05 0 0.08
HSL 186.55º 0.72% 0.7% -
HSV(B) 186.55º 0.47% 0.92% -
XYZ 49.28 62.47 87.3 -
YUV 194.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 124 222 234 0.47 0.05 0 0.08 186.55 0.72 0.7
Hex 7C DE EA 2F 5 0 8 BB 48 46
Octal 174 336 352 57 5 0 10 273 110 106
Binary 1111100 11011110 11101010 101111 101 0 1000 10111011 1001000 1000110

Color Harmonies of #7CDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDEEA

Black with #7CDEEA

Text Example


Text Example

White with #7CDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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