Html Css Color HEX #43DCED Turquoise

📋 copy color: '#43DCED'

red 67 ◦ green 220 ◦ blue 237

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

Shades of Turquoise #43DCED

Tints of Turquoise #43DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 12.79%
G = 41.98%
B = 45.23%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#43DCED (or 0x43DCED) is known color: Turquoise. HEX triplet: 43, DC and ED. RGB value is (67,220,237). Sum of RGB (Red+Green+Blue) = 67+220+237=524 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.79% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #43DCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DCED is #BC2312. Grayscale: #AFAFAF. Windows color (decimal): -12329747 or 15588419. OLE color: 15588419.

HSL color Cylindrical-coordinate representation of color #43DCED: hue angle of 186º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DCED is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 67 220 237 -
CMYK 0.72 0.07 0 0.07
HSL 186º 0.83% 0.6% -
HSV(B) 186º 0.72% 0.93% -
XYZ 43.19 58.49 89.13 -
YUV 176.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 67 220 237 0.72 0.07 0 0.07 186 0.83 0.6
Hex 43 DC ED 48 7 0 7 BA 53 3C
Octal 103 334 355 110 7 0 7 272 123 74
Binary 1000011 11011100 11101101 1001000 111 0 111 10111010 1010011 111100

Color Harmonies of #43DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DCED

Black with #43DCED

Text Example


Text Example

White with #43DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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