Html Css Color HEX #73CFEF Turquoise Blue

📋 copy color: '#73CFEF'

red 115 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #73CFEF

Tints of Turquoise Blue #73CFEF

RGB

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

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

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

R = 20.5%
G = 36.9%
B = 42.6%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73CFEF (or 0x73CFEF) is known color: Turquoise Blue. HEX triplet: 73, CF and EF. RGB value is (115,207,239). Sum of RGB (Red+Green+Blue) = 115+207+239=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #73CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFEF is #8C3010. Grayscale: #B6B6B6. Windows color (decimal): -9187345 or 15716211. OLE color: 15716211.

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

Color convert

RGB 115 207 239 -
CMYK 0.52 0.13 0 0.06
HSL 195.48º 0.79% 0.69% -
HSV(B) 195.48º 0.52% 0.94% -
XYZ 44.96 54.5 89.81 -
YUV 183.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 115 207 239 0.52 0.13 0 0.06 195.48 0.79 0.69
Hex 73 CF EF 34 D 0 6 C3 4F 45
Octal 163 317 357 64 15 0 6 303 117 105
Binary 1110011 11001111 11101111 110100 1101 0 110 11000011 1001111 1000101

Color Harmonies of #73CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CFEF

Black with #73CFEF

Text Example


Text Example

White with #73CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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