Html Css Color HEX #43DCEE Turquoise

📋 copy color: '#43DCEE'

red 67 ◦ green 220 ◦ blue 238

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

Shades of Turquoise #43DCEE

Tints of Turquoise #43DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 12.76%
G = 41.9%
B = 45.33%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#43DCEE (or 0x43DCEE) is known color: Turquoise. HEX triplet: 43, DC and EE. RGB value is (67,220,238). Sum of RGB (Red+Green+Blue) = 67+220+238=525 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.76% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #43DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DCEE is #BC2311. Grayscale: #B0B0B0. Windows color (decimal): -12329746 or 15653955. OLE color: 15653955.

HSL color Cylindrical-coordinate representation of color #43DCEE: hue angle of 186.32º 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 #43DCEE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 67 220 238 -
CMYK 0.72 0.08 0 0.07
HSL 186.32º 0.83% 0.6% -
HSV(B) 186.32º 0.72% 0.93% -
XYZ 43.34 58.55 89.91 -
YUV 176.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 67 220 238 0.72 0.08 0 0.07 186.32 0.83 0.6
Hex 43 DC EE 48 8 0 7 BA 53 3C
Octal 103 334 356 110 10 0 7 272 123 74
Binary 1000011 11011100 11101110 1001000 1000 0 111 10111010 1010011 111100

Color Harmonies of #43DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43DCEE

Black with #43DCEE

Text Example


Text Example

White with #43DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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