Html Css Color HEX #43F9CC Turquoise

📋 copy color: '#43F9CC'

red 67 ◦ green 249 ◦ blue 204

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

Shades of Turquoise #43F9CC

Tints of Turquoise #43F9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 12.88%
G = 47.88%
B = 39.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#43F9CC (or 0x43F9CC) is known color: Turquoise. HEX triplet: 43, F9 and CC. RGB value is (67,249,204). Sum of RGB (Red+Green+Blue) = 67+249+204=520 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.88% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #43F9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F9CC is #BC0633. Grayscale: #BDBDBD. Windows color (decimal): -12322356 or 13433155. OLE color: 13433155.

HSL color Cylindrical-coordinate representation of color #43F9CC: hue angle of 165.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F9CC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 249 204 -
CMYK 0.73 0 0.18 0.02
HSL 165.16º 0.94% 0.62% -
HSV(B) 165.16º 0.73% 0.98% -
XYZ 47.09 73.3 68.79 -
YUV 189.45 136.2 40.66 -
System Red Green Blue C M Y K H S L
Decimal 67 249 204 0.73 0 0.18 0.02 165.16 0.94 0.62
Hex 43 F9 CC 49 0 12 2 A5 5E 3E
Octal 103 371 314 111 0 22 2 245 136 76
Binary 1000011 11111001 11001100 1001001 0 10010 10 10100101 1011110 111110

Color Harmonies of #43F9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43F9CC

Black with #43F9CC

Text Example


Text Example

White with #43F9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,249,204); }

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

background-color css

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

 a { background-color: rgb(67,249,204); }

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

border-color css

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

 span { border-color: rgb(67,249,204); }

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