Html Css Color HEX #4CDFEB Turquoise Blue

📋 copy color: '#4CDFEB'

red 76 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #4CDFEB

Tints of Turquoise Blue #4CDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

 BLUE value IS 235 (92.19% from 255) = 44.01%

R = 14.23%
G = 41.76%
B = 44.01%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4CDFEB (or 0x4CDFEB) is known color: Turquoise Blue. HEX triplet: 4C, DF and EB. RGB value is (76,223,235). Sum of RGB (Red+Green+Blue) = 76+223+235=534 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.23% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #4CDFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDFEB is #B32014. Grayscale: #B4B4B4. Windows color (decimal): -11739157 or 15458124. OLE color: 15458124.

HSL color Cylindrical-coordinate representation of color #4CDFEB: hue angle of 184.53º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDFEB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 223 235 -
CMYK 0.68 0.05 0 0.08
HSL 184.53º 0.8% 0.61% -
HSV(B) 184.53º 0.68% 0.92% -
XYZ 44.36 60.31 87.9 -
YUV 180.42 158.8 53.52 -
System Red Green Blue C M Y K H S L
Decimal 76 223 235 0.68 0.05 0 0.08 184.53 0.8 0.61
Hex 4C DF EB 44 5 0 8 B9 50 3D
Octal 114 337 353 104 5 0 10 271 120 75
Binary 1001100 11011111 11101011 1000100 101 0 1000 10111001 1010000 111101

Color Harmonies of #4CDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFEB

Black with #4CDFEB

Text Example


Text Example

White with #4CDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,223,235); }

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

background-color css

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

 a { background-color: rgb(76,223,235); }

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

border-color css

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

 span { border-color: rgb(76,223,235); }

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