Html Css Color HEX #38FDC3 Turquoise

📋 copy color: '#38FDC3'

red 56 ◦ green 253 ◦ blue 195

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

Shades of Turquoise #38FDC3

Tints of Turquoise #38FDC3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 11.11%
G = 50.2%
B = 38.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#38FDC3 (or 0x38FDC3) is known color: Turquoise. HEX triplet: 38, FD and C3. RGB value is (56,253,195). Sum of RGB (Red+Green+Blue) = 56+253+195=504 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.11% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDC3 is #C7023C. Grayscale: #BBBBBB. Windows color (decimal): -13042237 or 12844344. OLE color: 12844344.

HSL color Cylindrical-coordinate representation of color #38FDC3: hue angle of 162.34º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FDC3 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 253 195 -
CMYK 0.78 0 0.23 0.01
HSL 162.34º 0.98% 0.61% -
HSV(B) 162.34º 0.78% 0.99% -
XYZ 46.61 75.03 63.66 -
YUV 187.49 132.23 34.22 -
System Red Green Blue C M Y K H S L
Decimal 56 253 195 0.78 0 0.23 0.01 162.34 0.98 0.61
Hex 38 FD C3 4E 0 17 1 A2 62 3D
Octal 70 375 303 116 0 27 1 242 142 75
Binary 111000 11111101 11000011 1001110 0 10111 1 10100010 1100010 111101

Color Harmonies of #38FDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FDC3

Black with #38FDC3

Text Example


Text Example

White with #38FDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,253,195); }

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

background-color css

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

 a { background-color: rgb(56,253,195); }

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

border-color css

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

 span { border-color: rgb(56,253,195); }

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