Html Css Color HEX #43DCEB Turquoise

📋 copy color: '#43DCEB'

red 67 ◦ green 220 ◦ blue 235

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

Shades of Turquoise #43DCEB

Tints of Turquoise #43DCEB

RGB

 RED value IS 67 (26.56% from 255) = 12.84%

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

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

R = 12.84%
G = 42.15%
B = 45.02%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#43DCEB (or 0x43DCEB) is known color: Turquoise. HEX triplet: 43, DC and EB. RGB value is (67,220,235). Sum of RGB (Red+Green+Blue) = 67+220+235=522 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.84% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #43DCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DCEB is #BC2314. Grayscale: #AFAFAF. Windows color (decimal): -12329749 or 15457347. OLE color: 15457347.

HSL color Cylindrical-coordinate representation of color #43DCEB: hue angle of 185.36º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43DCEB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 220 235 -
CMYK 0.71 0.06 0 0.08
HSL 185.36º 0.81% 0.59% -
HSV(B) 185.36º 0.71% 0.92% -
XYZ 42.9 58.38 87.6 -
YUV 175.96 161.31 50.28 -
System Red Green Blue C M Y K H S L
Decimal 67 220 235 0.71 0.06 0 0.08 185.36 0.81 0.59
Hex 43 DC EB 47 6 0 8 B9 51 3B
Octal 103 334 353 107 6 0 10 271 121 73
Binary 1000011 11011100 11101011 1000111 110 0 1000 10111001 1010001 111011

Color Harmonies of #43DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DCEB

Black with #43DCEB

Text Example


Text Example

White with #43DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43DCEB; }

 p { color: rgb(67,220,235); }

 H1.HeaderClassName
 {
   color: #43DCEB;
 }
 .AnyTagClassName
 {
   color: #43DCEB;
 }
</style>

background-color css

<style>
 a { background-color: #43DCEB; }

 a { background-color: rgb(67,220,235); }

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

border-color css

<style>
 span { border-color: #43DCEB; }

 span { border-color: rgb(67,220,235); }

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