Html Css Color HEX #58CFF7 Turquoise Blue

📋 copy color: '#58CFF7'

red 88 ◦ green 207 ◦ blue 247

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

Shades of Turquoise Blue #58CFF7

Tints of Turquoise Blue #58CFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 16.24%
G = 38.19%
B = 45.57%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#58CFF7 (or 0x58CFF7) is known color: Turquoise Blue. HEX triplet: 58, CF and F7. RGB value is (88,207,247). Sum of RGB (Red+Green+Blue) = 88+207+247=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #58CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CFF7 is #A73008. Grayscale: #AFAFAF. Windows color (decimal): -10956809 or 16240472. OLE color: 16240472.

HSL color Cylindrical-coordinate representation of color #58CFF7: hue angle of 195.09º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CFF7 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 207 247 -
CMYK 0.64 0.16 0 0.03
HSL 195.09º 0.91% 0.66% -
HSV(B) 195.09º 0.64% 0.97% -
XYZ 43.13 53.42 96.03 -
YUV 175.98 168.08 65.25 -
System Red Green Blue C M Y K H S L
Decimal 88 207 247 0.64 0.16 0 0.03 195.09 0.91 0.66
Hex 58 CF F7 40 10 0 3 C3 5B 42
Octal 130 317 367 100 20 0 3 303 133 102
Binary 1011000 11001111 11110111 1000000 10000 0 11 11000011 1011011 1000010

Color Harmonies of #58CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFF7

Black with #58CFF7

Text Example


Text Example

White with #58CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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