Html Css Color HEX #38F5D3 Turquoise

📋 copy color: '#38F5D3'

red 56 ◦ green 245 ◦ blue 211

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

Shades of Turquoise #38F5D3

Tints of Turquoise #38F5D3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

 BLUE value IS 211 (82.81% from 255) = 41.21%

R = 10.94%
G = 47.85%
B = 41.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#38F5D3 (or 0x38F5D3) is known color: Turquoise. HEX triplet: 38, F5 and D3. RGB value is (56,245,211). Sum of RGB (Red+Green+Blue) = 56+245+211=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5D3 is #C70A2C. Grayscale: #B8B8B8. Windows color (decimal): -13044269 or 13890872. OLE color: 13890872.

HSL color Cylindrical-coordinate representation of color #38F5D3: hue angle of 169.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F5D3 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 245 211 -
CMYK 0.77 0 0.14 0.04
HSL 169.21º 0.9% 0.59% -
HSV(B) 169.21º 0.77% 0.96% -
XYZ 46.04 70.85 72.88 -
YUV 184.61 142.88 36.26 -
System Red Green Blue C M Y K H S L
Decimal 56 245 211 0.77 0 0.14 0.04 169.21 0.9 0.59
Hex 38 F5 D3 4D 0 E 4 A9 5A 3B
Octal 70 365 323 115 0 16 4 251 132 73
Binary 111000 11110101 11010011 1001101 0 1110 100 10101001 1011010 111011

Color Harmonies of #38F5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F5D3

Black with #38F5D3

Text Example


Text Example

White with #38F5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,245,211); }

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

background-color css

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

 a { background-color: rgb(56,245,211); }

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

border-color css

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

 span { border-color: rgb(56,245,211); }

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