Html Css Color HEX #43CFEA Medium Turquoise

📋 copy color: '#43CFEA'

red 67 ◦ green 207 ◦ blue 234

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

Shades of Medium Turquoise #43CFEA

Tints of Medium Turquoise #43CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 13.19%
G = 40.75%
B = 46.06%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#43CFEA (or 0x43CFEA) is known color: Medium Turquoise. HEX triplet: 43, CF and EA. RGB value is (67,207,234). Sum of RGB (Red+Green+Blue) = 67+207+234=508 (67% of max value = 765). Red value is 67 (26.56% from 255 or 13.19% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #43CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43CFEA is #BC3015. Grayscale: #A7A7A7. Windows color (decimal): -12333078 or 15388483. OLE color: 15388483.

HSL color Cylindrical-coordinate representation of color #43CFEA: hue angle of 189.7º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43CFEA is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 67 207 234 -
CMYK 0.71 0.12 0 0.08
HSL 189.7º 0.8% 0.59% -
HSV(B) 189.7º 0.71% 0.92% -
XYZ 39.48 51.76 85.75 -
YUV 168.22 165.12 55.8 -
System Red Green Blue C M Y K H S L
Decimal 67 207 234 0.71 0.12 0 0.08 189.7 0.8 0.59
Hex 43 CF EA 47 C 0 8 BE 50 3B
Octal 103 317 352 107 14 0 10 276 120 73
Binary 1000011 11001111 11101010 1000111 1100 0 1000 10111110 1010000 111011

Color Harmonies of #43CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43CFEA

Black with #43CFEA

Text Example


Text Example

White with #43CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,207,234); }

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

background-color css

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

 a { background-color: rgb(67,207,234); }

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

border-color css

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

 span { border-color: rgb(67,207,234); }

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