Html Css Color HEX #38DFBE Turquoise

📋 copy color: '#38DFBE'

red 56 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #38DFBE

Tints of Turquoise #38DFBE

RGB

 RED value IS 56 (22.27% from 255) = 11.94%

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 11.94%
G = 47.55%
B = 40.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#38DFBE (or 0x38DFBE) is known color: Turquoise. HEX triplet: 38, DF and BE. RGB value is (56,223,190). Sum of RGB (Red+Green+Blue) = 56+223+190=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #38DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DFBE is #C72041. Grayscale: #A9A9A9. Windows color (decimal): -13049922 or 12508984. OLE color: 12508984.

HSL color Cylindrical-coordinate representation of color #38DFBE: hue angle of 168.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DFBE is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 190 -
CMYK 0.75 0 0.15 0.13
HSL 168.14º 0.72% 0.55% -
HSV(B) 168.14º 0.75% 0.87% -
XYZ 37.31 57.33 57.82 -
YUV 169.31 139.67 47.18 -
System Red Green Blue C M Y K H S L
Decimal 56 223 190 0.75 0 0.15 0.13 168.14 0.72 0.55
Hex 38 DF BE 4B 0 F D A8 48 37
Octal 70 337 276 113 0 17 15 250 110 67
Binary 111000 11011111 10111110 1001011 0 1111 1101 10101000 1001000 110111

Color Harmonies of #38DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DFBE

Black with #38DFBE

Text Example


Text Example

White with #38DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DFBE; }

 p { color: rgb(56,223,190); }

 H1.HeaderClassName
 {
   color: #38DFBE;
 }
 .AnyTagClassName
 {
   color: #38DFBE;
 }
</style>

background-color css

<style>
 a { background-color: #38DFBE; }

 a { background-color: rgb(56,223,190); }

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

border-color css

<style>
 span { border-color: #38DFBE; }

 span { border-color: rgb(56,223,190); }

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