Html Css Color HEX #73CFEA Turquoise Blue

📋 copy color: '#73CFEA'

red 115 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #73CFEA

Tints of Turquoise Blue #73CFEA

RGB

 RED value IS 115 (45.31% from 255) = 20.68%

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

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

R = 20.68%
G = 37.23%
B = 42.09%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73CFEA (or 0x73CFEA) is known color: Turquoise Blue. HEX triplet: 73, CF and EA. RGB value is (115,207,234). Sum of RGB (Red+Green+Blue) = 115+207+234=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #73CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFEA is #8C3015. Grayscale: #B6B6B6. Windows color (decimal): -9187350 or 15388531. OLE color: 15388531.

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

Color convert

RGB 115 207 234 -
CMYK 0.51 0.12 0 0.08
HSL 193.61º 0.74% 0.68% -
HSV(B) 193.61º 0.51% 0.92% -
XYZ 44.23 54.21 85.97 -
YUV 182.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 115 207 234 0.51 0.12 0 0.08 193.61 0.74 0.68
Hex 73 CF EA 33 C 0 8 C2 4A 44
Octal 163 317 352 63 14 0 10 302 112 104
Binary 1110011 11001111 11101010 110011 1100 0 1000 11000010 1001010 1000100

Color Harmonies of #73CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CFEA

Black with #73CFEA

Text Example


Text Example

White with #73CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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