Html Css Color HEX #38F5DF Turquoise

📋 copy color: '#38F5DF'

red 56 ◦ green 245 ◦ blue 223

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

Shades of Turquoise #38F5DF

Tints of Turquoise #38F5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 10.69%
G = 46.76%
B = 42.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#38F5DF (or 0x38F5DF) is known color: Turquoise. HEX triplet: 38, F5 and DF. RGB value is (56,245,223). Sum of RGB (Red+Green+Blue) = 56+245+223=524 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.69% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5DF is #C70A20. Grayscale: #B9B9B9. Windows color (decimal): -13044257 or 14677304. OLE color: 14677304.

HSL color Cylindrical-coordinate representation of color #38F5DF: hue angle of 173.02º 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 #38F5DF is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 245 223 -
CMYK 0.77 0 0.09 0.04
HSL 173.02º 0.9% 0.59% -
HSV(B) 173.02º 0.77% 0.96% -
XYZ 47.6 71.47 81.1 -
YUV 185.98 148.88 35.29 -
System Red Green Blue C M Y K H S L
Decimal 56 245 223 0.77 0 0.09 0.04 173.02 0.9 0.59
Hex 38 F5 DF 4D 0 9 4 AD 5A 3B
Octal 70 365 337 115 0 11 4 255 132 73
Binary 111000 11110101 11011111 1001101 0 1001 100 10101101 1011010 111011

Color Harmonies of #38F5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F5DF

Black with #38F5DF

Text Example


Text Example

White with #38F5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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