Html Css Color HEX #4CDEED Turquoise Blue

📋 copy color: '#4CDEED'

red 76 ◦ green 222 ◦ blue 237

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

Shades of Turquoise Blue #4CDEED

Tints of Turquoise Blue #4CDEED

RGB

 RED value IS 76 (30.08% from 255) = 14.21%

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 14.21%
G = 41.5%
B = 44.3%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4CDEED (or 0x4CDEED) is known color: Turquoise Blue. HEX triplet: 4C, DE and ED. RGB value is (76,222,237). Sum of RGB (Red+Green+Blue) = 76+222+237=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #4CDEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDEED is #B32112. Grayscale: #B3B3B3. Windows color (decimal): -11739411 or 15588940. OLE color: 15588940.

HSL color Cylindrical-coordinate representation of color #4CDEED: hue angle of 185.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDEED is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 222 237 -
CMYK 0.68 0.06 0 0.07
HSL 185.59º 0.82% 0.61% -
HSV(B) 185.59º 0.68% 0.93% -
XYZ 44.39 59.89 89.34 -
YUV 180.06 160.13 53.78 -
System Red Green Blue C M Y K H S L
Decimal 76 222 237 0.68 0.06 0 0.07 185.59 0.82 0.61
Hex 4C DE ED 44 6 0 7 BA 52 3D
Octal 114 336 355 104 6 0 7 272 122 75
Binary 1001100 11011110 11101101 1000100 110 0 111 10111010 1010010 111101

Color Harmonies of #4CDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDEED

Black with #4CDEED

Text Example


Text Example

White with #4CDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CDEED; }

 p { color: rgb(76,222,237); }

 H1.HeaderClassName
 {
   color: #4CDEED;
 }
 .AnyTagClassName
 {
   color: #4CDEED;
 }
</style>

background-color css

<style>
 a { background-color: #4CDEED; }

 a { background-color: rgb(76,222,237); }

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

border-color css

<style>
 span { border-color: #4CDEED; }

 span { border-color: rgb(76,222,237); }

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