Html Css Color HEX #50CFEF Turquoise Blue

📋 copy color: '#50CFEF'

red 80 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #50CFEF

Tints of Turquoise Blue #50CFEF

RGB

 RED value IS 80 (31.64% from 255) = 15.21%

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 15.21%
G = 39.35%
B = 45.44%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50CFEF (or 0x50CFEF) is known color: Turquoise Blue. HEX triplet: 50, CF and EF. RGB value is (80,207,239). Sum of RGB (Red+Green+Blue) = 80+207+239=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #50CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFEF is #AF3010. Grayscale: #ACACAC. Windows color (decimal): -11481105 or 15716176. OLE color: 15716176.

HSL color Cylindrical-coordinate representation of color #50CFEF: hue angle of 192.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CFEF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 207 239 -
CMYK 0.67 0.13 0 0.06
HSL 192.08º 0.83% 0.63% -
HSV(B) 192.08º 0.67% 0.94% -
XYZ 41.2 52.56 89.64 -
YUV 172.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 80 207 239 0.67 0.13 0 0.06 192.08 0.83 0.63
Hex 50 CF EF 43 D 0 6 C0 53 3F
Octal 120 317 357 103 15 0 6 300 123 77
Binary 1010000 11001111 11101111 1000011 1101 0 110 11000000 1010011 111111

Color Harmonies of #50CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CFEF

Black with #50CFEF

Text Example


Text Example

White with #50CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50CFEF; }

 p { color: rgb(80,207,239); }

 H1.HeaderClassName
 {
   color: #50CFEF;
 }
 .AnyTagClassName
 {
   color: #50CFEF;
 }
</style>

background-color css

<style>
 a { background-color: #50CFEF; }

 a { background-color: rgb(80,207,239); }

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

border-color css

<style>
 span { border-color: #50CFEF; }

 span { border-color: rgb(80,207,239); }

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