Html Css Color HEX #38F2DF Turquoise

📋 copy color: '#38F2DF'

red 56 ◦ green 242 ◦ blue 223

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

Shades of Turquoise #38F2DF

Tints of Turquoise #38F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

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

R = 10.75%
G = 46.45%
B = 42.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#38F2DF (or 0x38F2DF) is known color: Turquoise. HEX triplet: 38, F2 and DF. RGB value is (56,242,223). Sum of RGB (Red+Green+Blue) = 56+242+223=521 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.75% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #38F2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F2DF is #C70D20. Grayscale: #B8B8B8. Windows color (decimal): -13045025 or 14676536. OLE color: 14676536.

HSL color Cylindrical-coordinate representation of color #38F2DF: hue angle of 173.87º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F2DF is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 242 223 -
CMYK 0.77 0 0.08 0.05
HSL 173.87º 0.88% 0.58% -
HSV(B) 173.87º 0.77% 0.95% -
XYZ 46.7 69.67 80.8 -
YUV 184.22 149.88 36.54 -
System Red Green Blue C M Y K H S L
Decimal 56 242 223 0.77 0 0.08 0.05 173.87 0.88 0.58
Hex 38 F2 DF 4D 0 8 5 AE 58 3A
Octal 70 362 337 115 0 10 5 256 130 72
Binary 111000 11110010 11011111 1001101 0 1000 101 10101110 1011000 111010

Color Harmonies of #38F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F2DF

Black with #38F2DF

Text Example


Text Example

White with #38F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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