Html Css Color HEX #7CDEEE Turquoise Blue

📋 copy color: '#7CDEEE'

red 124 ◦ green 222 ◦ blue 238

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

Shades of Turquoise Blue #7CDEEE

Tints of Turquoise Blue #7CDEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 21.23%
G = 38.01%
B = 40.75%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7CDEEE (or 0x7CDEEE) is known color: Turquoise Blue. HEX triplet: 7C, DE and EE. RGB value is (124,222,238). Sum of RGB (Red+Green+Blue) = 124+222+238=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #7CDEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDEEE is #832111. Grayscale: #C2C2C2. Windows color (decimal): -8593682 or 15654524. OLE color: 15654524.

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

Color convert

RGB 124 222 238 -
CMYK 0.48 0.07 0 0.07
HSL 188.42º 0.77% 0.71% -
HSV(B) 188.42º 0.48% 0.93% -
XYZ 49.87 62.7 90.36 -
YUV 194.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 124 222 238 0.48 0.07 0 0.07 188.42 0.77 0.71
Hex 7C DE EE 30 7 0 7 BC 4D 47
Octal 174 336 356 60 7 0 7 274 115 107
Binary 1111100 11011110 11101110 110000 111 0 111 10111100 1001101 1000111

Color Harmonies of #7CDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDEEE

Black with #7CDEEE

Text Example


Text Example

White with #7CDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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