Html Css Color HEX #4BDCF2 Turquoise Blue

📋 copy color: '#4BDCF2'

red 75 ◦ green 220 ◦ blue 242

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

Shades of Turquoise Blue #4BDCF2

Tints of Turquoise Blue #4BDCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 242 (94.92% from 255) = 45.07%

R = 13.97%
G = 40.97%
B = 45.07%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4BDCF2 (or 0x4BDCF2) is known color: Turquoise Blue. HEX triplet: 4B, DC and F2. RGB value is (75,220,242). Sum of RGB (Red+Green+Blue) = 75+220+242=537 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.97% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #4BDCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDCF2 is #B4230D. Grayscale: #B2B2B2. Windows color (decimal): -11805454 or 15916107. OLE color: 15916107.

HSL color Cylindrical-coordinate representation of color #4BDCF2: hue angle of 187.9º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDCF2 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 220 242 -
CMYK 0.69 0.09 0 0.05
HSL 187.9º 0.87% 0.62% -
HSV(B) 187.9º 0.69% 0.95% -
XYZ 44.52 59.09 93.06 -
YUV 179.15 163.46 53.71 -
System Red Green Blue C M Y K H S L
Decimal 75 220 242 0.69 0.09 0 0.05 187.9 0.87 0.62
Hex 4B DC F2 45 9 0 5 BC 57 3E
Octal 113 334 362 105 11 0 5 274 127 76
Binary 1001011 11011100 11110010 1000101 1001 0 101 10111100 1010111 111110

Color Harmonies of #4BDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDCF2

Black with #4BDCF2

Text Example


Text Example

White with #4BDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,220,242); }

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

background-color css

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

 a { background-color: rgb(75,220,242); }

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

border-color css

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

 span { border-color: rgb(75,220,242); }

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