Html Css Color HEX #4BDFE8 Turquoise

📋 copy color: '#4BDFE8'

red 75 ◦ green 223 ◦ blue 232

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

Shades of Turquoise #4BDFE8

Tints of Turquoise #4BDFE8

RGB

 RED value IS 75 (29.69% from 255) = 14.15%

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 14.15%
G = 42.08%
B = 43.77%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4BDFE8 (or 0x4BDFE8) is known color: Turquoise. HEX triplet: 4B, DF and E8. RGB value is (75,223,232). Sum of RGB (Red+Green+Blue) = 75+223+232=530 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.15% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #4BDFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDFE8 is #B42017. Grayscale: #B3B3B3. Windows color (decimal): -11804696 or 15261515. OLE color: 15261515.

HSL color Cylindrical-coordinate representation of color #4BDFE8: hue angle of 183.44º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDFE8 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 75 223 232 -
CMYK 0.68 0.04 0 0.09
HSL 183.44º 0.77% 0.6% -
HSV(B) 183.44º 0.68% 0.91% -
XYZ 43.85 60.1 85.63 -
YUV 179.77 157.47 53.27 -
System Red Green Blue C M Y K H S L
Decimal 75 223 232 0.68 0.04 0 0.09 183.44 0.77 0.6
Hex 4B DF E8 44 4 0 9 B7 4D 3C
Octal 113 337 350 104 4 0 11 267 115 74
Binary 1001011 11011111 11101000 1000100 100 0 1001 10110111 1001101 111100

Color Harmonies of #4BDFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDFE8

Black with #4BDFE8

Text Example


Text Example

White with #4BDFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,223,232); }

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

background-color css

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

 a { background-color: rgb(75,223,232); }

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

border-color css

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

 span { border-color: rgb(75,223,232); }

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