Html Css Color HEX #58CFF1 Turquoise Blue

📋 copy color: '#58CFF1'

red 88 ◦ green 207 ◦ blue 241

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

Shades of Turquoise Blue #58CFF1

Tints of Turquoise Blue #58CFF1

RGB

 RED value IS 88 (34.77% from 255) = 16.42%

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

 BLUE value IS 241 (94.53% from 255) = 44.96%

R = 16.42%
G = 38.62%
B = 44.96%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#58CFF1 (or 0x58CFF1) is known color: Turquoise Blue. HEX triplet: 58, CF and F1. RGB value is (88,207,241). Sum of RGB (Red+Green+Blue) = 88+207+241=536 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.42% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #58CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFF1 is #A7300E. Grayscale: #AFAFAF. Windows color (decimal): -10956815 or 15847256. OLE color: 15847256.

HSL color Cylindrical-coordinate representation of color #58CFF1: hue angle of 193.33º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CFF1 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 207 241 -
CMYK 0.63 0.14 0 0.05
HSL 193.33º 0.85% 0.65% -
HSV(B) 193.33º 0.63% 0.95% -
XYZ 42.21 53.05 91.23 -
YUV 175.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 88 207 241 0.63 0.14 0 0.05 193.33 0.85 0.65
Hex 58 CF F1 3F E 0 5 C1 55 41
Octal 130 317 361 77 16 0 5 301 125 101
Binary 1011000 11001111 11110001 111111 1110 0 101 11000001 1010101 1000001

Color Harmonies of #58CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFF1

Black with #58CFF1

Text Example


Text Example

White with #58CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58CFF1; }

 p { color: rgb(88,207,241); }

 H1.HeaderClassName
 {
   color: #58CFF1;
 }
 .AnyTagClassName
 {
   color: #58CFF1;
 }
</style>

background-color css

<style>
 a { background-color: #58CFF1; }

 a { background-color: rgb(88,207,241); }

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

border-color css

<style>
 span { border-color: #58CFF1; }

 span { border-color: rgb(88,207,241); }

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