Html Css Color HEX #58DFE6 Turquoise Blue

📋 copy color: '#58DFE6'

red 88 ◦ green 223 ◦ blue 230

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

Shades of Turquoise Blue #58DFE6

Tints of Turquoise Blue #58DFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.22%

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 16.27%
G = 41.22%
B = 42.51%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#58DFE6 (or 0x58DFE6) is known color: Turquoise Blue. HEX triplet: 58, DF and E6. RGB value is (88,223,230). Sum of RGB (Red+Green+Blue) = 88+223+230=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #58DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFE6 is #A72019. Grayscale: #B7B7B7. Windows color (decimal): -10952730 or 15130456. OLE color: 15130456.

HSL color Cylindrical-coordinate representation of color #58DFE6: hue angle of 182.96º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58DFE6 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 223 230 -
CMYK 0.62 0.03 0 0.10
HSL 182.96º 0.74% 0.62% -
HSV(B) 182.96º 0.62% 0.9% -
XYZ 44.7 60.56 84.2 -
YUV 183.43 154.27 59.93 -
System Red Green Blue C M Y K H S L
Decimal 88 223 230 0.62 0.03 0 0.10 182.96 0.74 0.62
Hex 58 DF E6 3E 3 0 A B7 4A 3E
Octal 130 337 346 76 3 0 12 267 112 76
Binary 1011000 11011111 11100110 111110 11 0 1010 10110111 1001010 111110

Color Harmonies of #58DFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DFE6

Black with #58DFE6

Text Example


Text Example

White with #58DFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,223,230); }

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

background-color css

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

 a { background-color: rgb(88,223,230); }

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

border-color css

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

 span { border-color: rgb(88,223,230); }

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