Html Css Color HEX #7CEDE3 Turquoise Blue

📋 copy color: '#7CEDE3'

red 124 ◦ green 237 ◦ blue 227

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

Shades of Turquoise Blue #7CEDE3

Tints of Turquoise Blue #7CEDE3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

 BLUE value IS 227 (89.06% from 255) = 38.61%

R = 21.09%
G = 40.31%
B = 38.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#7CEDE3 (or 0x7CEDE3) is known color: Turquoise Blue. HEX triplet: 7C, ED and E3. RGB value is (124,237,227). Sum of RGB (Red+Green+Blue) = 124+237+227=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDE3 is #83121C. Grayscale: #C9C9C9. Windows color (decimal): -8589853 or 14937468. OLE color: 14937468.

HSL color Cylindrical-coordinate representation of color #7CEDE3: hue angle of 174.69º degrees, saturation: 0.76, 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 #7CEDE3 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 237 227 -
CMYK 0.48 0 0.04 0.07
HSL 174.69º 0.76% 0.71% -
HSV(B) 174.69º 0.48% 0.93% -
XYZ 52.46 70.4 83.5 -
YUV 202.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 124 237 227 0.48 0 0.04 0.07 174.69 0.76 0.71
Hex 7C ED E3 30 0 4 7 AF 4C 47
Octal 174 355 343 60 0 4 7 257 114 107
Binary 1111100 11101101 11100011 110000 0 100 111 10101111 1001100 1000111

Color Harmonies of #7CEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEDE3

Black with #7CEDE3

Text Example


Text Example

White with #7CEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,237,227); }

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

background-color css

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

 a { background-color: rgb(124,237,227); }

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

border-color css

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

 span { border-color: rgb(124,237,227); }

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