Html Css Color HEX #4CCFED Turquoise Blue

📋 copy color: '#4CCFED'

red 76 ◦ green 207 ◦ blue 237

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

Shades of Turquoise Blue #4CCFED

Tints of Turquoise Blue #4CCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

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

R = 14.62%
G = 39.81%
B = 45.58%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4CCFED (or 0x4CCFED) is known color: Turquoise Blue. HEX triplet: 4C, CF and ED. RGB value is (76,207,237). Sum of RGB (Red+Green+Blue) = 76+207+237=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #4CCFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFED is #B33012. Grayscale: #ABABAB. Windows color (decimal): -11743251 or 15585100. OLE color: 15585100.

HSL color Cylindrical-coordinate representation of color #4CCFED: hue angle of 191.18º 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 #4CCFED is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 207 237 -
CMYK 0.68 0.13 0 0.07
HSL 191.18º 0.82% 0.61% -
HSV(B) 191.18º 0.68% 0.93% -
XYZ 40.58 52.28 88.07 -
YUV 171.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 76 207 237 0.68 0.13 0 0.07 191.18 0.82 0.61
Hex 4C CF ED 44 D 0 7 BF 52 3D
Octal 114 317 355 104 15 0 7 277 122 75
Binary 1001100 11001111 11101101 1000100 1101 0 111 10111111 1010010 111101

Color Harmonies of #4CCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCFED

Black with #4CCFED

Text Example


Text Example

White with #4CCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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