Html Css Color HEX #43EEDA Turquoise

📋 copy color: '#43EEDA'

red 67 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #43EEDA

Tints of Turquoise #43EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.51%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 12.81%
G = 45.51%
B = 41.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#43EEDA (or 0x43EEDA) is known color: Turquoise. HEX triplet: 43, EE and DA. RGB value is (67,238,218). Sum of RGB (Red+Green+Blue) = 67+238+218=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #43EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EEDA is #BC1125. Grayscale: #B8B8B8. Windows color (decimal): -12325158 or 14347843. OLE color: 14347843.

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

Color convert

RGB 67 238 218 -
CMYK 0.72 0 0.08 0.07
HSL 172.98º 0.83% 0.6% -
HSV(B) 172.98º 0.72% 0.93% -
XYZ 45.54 67.4 76.94 -
YUV 184.59 146.85 44.13 -
System Red Green Blue C M Y K H S L
Decimal 67 238 218 0.72 0 0.08 0.07 172.98 0.83 0.6
Hex 43 EE DA 48 0 8 7 AD 53 3C
Octal 103 356 332 110 0 10 7 255 123 74
Binary 1000011 11101110 11011010 1001000 0 1000 111 10101101 1010011 111100

Color Harmonies of #43EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EEDA

Black with #43EEDA

Text Example


Text Example

White with #43EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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