Html Css Color HEX #43EFC4 Turquoise

📋 copy color: '#43EFC4'

red 67 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #43EFC4

Tints of Turquoise #43EFC4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 196 (76.95% from 255) = 39.04%

R = 13.35%
G = 47.61%
B = 39.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#43EFC4 (or 0x43EFC4) is known color: Turquoise. HEX triplet: 43, EF and C4. RGB value is (67,239,196). Sum of RGB (Red+Green+Blue) = 67+239+196=502 (66% of max value = 765). Red value is 67 (26.56% from 255 or 13.35% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #43EFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43EFC4 is #BC103B. Grayscale: #B6B6B6. Windows color (decimal): -12324924 or 12906307. OLE color: 12906307.

HSL color Cylindrical-coordinate representation of color #43EFC4: hue angle of 165º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43EFC4 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 67 239 196 -
CMYK 0.72 0 0.18 0.06
HSL 165º 0.84% 0.6% -
HSV(B) 165º 0.72% 0.94% -
XYZ 43.15 66.91 62.87 -
YUV 182.67 135.52 45.5 -
System Red Green Blue C M Y K H S L
Decimal 67 239 196 0.72 0 0.18 0.06 165 0.84 0.6
Hex 43 EF C4 48 0 12 6 A5 54 3C
Octal 103 357 304 110 0 22 6 245 124 74
Binary 1000011 11101111 11000100 1001000 0 10010 110 10100101 1010100 111100

Color Harmonies of #43EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EFC4

Black with #43EFC4

Text Example


Text Example

White with #43EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,239,196); }

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

background-color css

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

 a { background-color: rgb(67,239,196); }

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

border-color css

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

 span { border-color: rgb(67,239,196); }

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