Html Css Color HEX #43EDFB Turquoise

📋 copy color: '#43EDFB'

red 67 ◦ green 237 ◦ blue 251

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

Shades of Turquoise #43EDFB

Tints of Turquoise #43EDFB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.7%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 12.07%
G = 42.7%
B = 45.23%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#43EDFB (or 0x43EDFB) is known color: Turquoise. HEX triplet: 43, ED and FB. RGB value is (67,237,251). Sum of RGB (Red+Green+Blue) = 67+237+251=555 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.07% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #43EDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EDFB is #BC1204. Grayscale: #BBBBBB. Windows color (decimal): -12325381 or 16510275. OLE color: 16510275.

HSL color Cylindrical-coordinate representation of color #43EDFB: hue angle of 184.57º degrees, saturation: 0.96, 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 #43EDFB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 237 251 -
CMYK 0.73 0.06 0 0.02
HSL 184.57º 0.96% 0.62% -
HSV(B) 184.57º 0.73% 0.98% -
XYZ 50.01 68.73 101.9 -
YUV 187.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 67 237 251 0.73 0.06 0 0.02 184.57 0.96 0.62
Hex 43 ED FB 49 6 0 2 B9 60 3E
Octal 103 355 373 111 6 0 2 271 140 76
Binary 1000011 11101101 11111011 1001001 110 0 10 10111001 1100000 111110

Color Harmonies of #43EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43EDFB

Black with #43EDFB

Text Example


Text Example

White with #43EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,237,251); }

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

background-color css

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

 a { background-color: rgb(67,237,251); }

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

border-color css

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

 span { border-color: rgb(67,237,251); }

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