Html Css Color HEX #4BCEEF Turquoise Blue

📋 copy color: '#4BCEEF'

red 75 ◦ green 206 ◦ blue 239

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

Shades of Turquoise Blue #4BCEEF

Tints of Turquoise Blue #4BCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 14.42%
G = 39.62%
B = 45.96%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4BCEEF (or 0x4BCEEF) is known color: Turquoise Blue. HEX triplet: 4B, CE and EF. RGB value is (75,206,239). Sum of RGB (Red+Green+Blue) = 75+206+239=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BCEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCEEF is #B43110. Grayscale: #AAAAAA. Windows color (decimal): -11809041 or 15715915. OLE color: 15715915.

HSL color Cylindrical-coordinate representation of color #4BCEEF: hue angle of 192.07º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCEEF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 206 239 -
CMYK 0.69 0.14 0 0.06
HSL 192.07º 0.84% 0.62% -
HSV(B) 192.07º 0.69% 0.94% -
XYZ 40.55 51.87 89.54 -
YUV 170.59 166.6 59.82 -
System Red Green Blue C M Y K H S L
Decimal 75 206 239 0.69 0.14 0 0.06 192.07 0.84 0.62
Hex 4B CE EF 45 E 0 6 C0 54 3E
Octal 113 316 357 105 16 0 6 300 124 76
Binary 1001011 11001110 11101111 1000101 1110 0 110 11000000 1010100 111110

Color Harmonies of #4BCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEEF

Black with #4BCEEF

Text Example


Text Example

White with #4BCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,206,239); }

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

background-color css

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

 a { background-color: rgb(75,206,239); }

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

border-color css

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

 span { border-color: rgb(75,206,239); }

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